summaryrefslogtreecommitdiff
path: root/yaksh/templates/manage.html
diff options
context:
space:
mode:
authormaheshgudi2017-09-13 13:12:46 +0530
committermaheshgudi2017-09-19 15:00:50 +0530
commit4d5cdce5f6e1bb15c773daabfff0e4c841cc6a26 (patch)
tree670426f018e132beb7346ec06fc530ba5bfe2cdc /yaksh/templates/manage.html
parent7419e3b3f4e14f86f21f9464843f9263638fe7a2 (diff)
downloadonline_test-4d5cdce5f6e1bb15c773daabfff0e4c841cc6a26.tar.gz
online_test-4d5cdce5f6e1bb15c773daabfff0e4c841cc6a26.tar.bz2
online_test-4d5cdce5f6e1bb15c773daabfff0e4c841cc6a26.zip
Fixes change password feature for moderators.
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r--yaksh/templates/manage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html
index c9025d2..d87076d 100644
--- a/yaksh/templates/manage.html
+++ b/yaksh/templates/manage.html
@@ -17,7 +17,7 @@
<li><a href="{{ URL_ROOT }}/exam/manage/monitor">Monitor</a></li>
<li><a href="{{ URL_ROOT }}/exam/manage/courses">Courses</a></li>
<li><a href="{{ URL_ROOT }}/exam/viewprofile">My Profile</a></li>
- <li><a href="{{ URL_ROOT }}/exam/changepassword">Change Password</a></li>
+ <li><a href="{{ URL_ROOT }}/exam/reset/changepassword">Change Password</a></li>
<li><a href="{{ URL_ROOT }}/exam/manage/grader"> Grader </a></li>
<li><a style='cursor:pointer' onClick='location.replace("{{URL_ROOT}}/exam/logout/");'>Log out</a></li>
</ul>