summaryrefslogtreecommitdiff
path: root/yaksh/templates/user.html
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-02-01 17:19:15 +0530
committerGitHub2017-02-01 17:19:15 +0530
commitadc31775c1ca1481c6898fb8ef13548a14095d19 (patch)
treed182fa8edec776231286b4d4f402fdcf81361ead /yaksh/templates/user.html
parentd400e03973f1eef6847c8b6f88ac14e39485bf00 (diff)
parent8427da2f08ae590b427027abe36351018c685f8e (diff)
downloadonline_test-adc31775c1ca1481c6898fb8ef13548a14095d19.tar.gz
online_test-adc31775c1ca1481c6898fb8ef13548a14095d19.tar.bz2
online_test-adc31775c1ca1481c6898fb8ef13548a14095d19.zip
Merge pull request #198 from prathamesh920/password_reset_issue
Forgot Password and Reset Issue Resolved
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r--yaksh/templates/user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html
index 6f2137d..6f879fe 100644
--- a/yaksh/templates/user.html
+++ b/yaksh/templates/user.html
@@ -29,7 +29,7 @@
<li><a href="{{ URL_ROOT }}/exam/quizzes"> Home </a></li>
<li><a href="{{ URL_ROOT }}/exam/quizzes/enrolled/"> Enrolled Courses </a></li>
<li><a href="{{ URL_ROOT }}/exam/viewprofile"> 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>
</ul>
</div>
<div class="col-sm-8 col-sm-offset-3 col-md-9 col-md-offset-2 main">