diff options
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r-- | yaksh/templates/user.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 00151d2..b3931cf 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -30,6 +30,8 @@ <ul> <li><a href="{{ URL_ROOT }}/exam/quizzes">Quizzes</a></li> <li><a href="{{ URL_ROOT }}/exam/results">Results</a></li> + <li><a href="{{ URL_ROOT }}/exam/viewprofile">My Profile</a></li> + <li><a href="{{ URL_ROOT }}/exam/changepassword">Change Password</a></li> </ul> <ul style="float:right;"> <li><strong><a style='cursor:pointer' onClick='location.replace("{{URL_ROOT}}/exam/complete/");'>Log out</a></strong></li> |