You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>You can do the following things with your account:</h2>
<center>
<ulclass="nav nav-tabs nav-stacked">
<listyle="width: 50%;"><ahref="/myesp/profile" title="Edit your profile" style="text-decoration: none;">Edit your profile</a></li>{% if request.user.isTeacher %}
<listyle="width: 50%;"><ahref="/teach/teachers/{{ request.user.username }}/bio.edit.html" title="Edit your teacher biography" style="text-decoration: none;">Edit your teacher biography</a></li>
{% endif %}<listyle="width: 50%;"><ahref="/myesp/passwd" title="Change your password" style="text-decoration: none;">Change your password</a></li>
<listyle="width: 50%;"><ahref="/myesp/disableaccount" title="Disable your account" style="text-decoration: none;">Disable your account</a></li>
</ul>
</center>
<p>Please note, if you disable your account, you will no longer receive email and/or mail notifications from us.</p>
{% end_inline_qsd_block %}
...it ends up converting the teacher bio link into a fixed link (usually the link to the bio of the admin who is editing the QSD)
I think there are two possible solutions for this:
Modify the QSD to have the editable text underneath these buttons (which probably shouldn't be editable in the first place).
Create a new view/url redirect that is the same for all users (e.g., /teach/bio) that then redirects to that user's biography for editing
The text was updated successfully, but these errors were encountered:
If you edit the QSD here...
ESP-Website/esp/templates/users/account_manage.html
Lines 8 to 19 in fdf0a0b
...it ends up converting the teacher bio link into a fixed link (usually the link to the bio of the admin who is editing the QSD)
I think there are two possible solutions for this:
The text was updated successfully, but these errors were encountered: