diff options
author | adityacp | 2016-03-23 11:14:47 +0530 |
---|---|---|
committer | adityacp | 2016-04-15 13:57:44 +0530 |
commit | 234cf831861045796a7bcf4e08a46b0c38016f75 (patch) | |
tree | 4af3e5a066b3aee420d60eef4fcc5e7a67fdc037 /yaksh/templates/user.html | |
parent | 97bdb23fbacc3e625beb96efdf58431f42604a81 (diff) | |
download | online_test-234cf831861045796a7bcf4e08a46b0c38016f75.tar.gz online_test-234cf831861045796a7bcf4e08a46b0c38016f75.tar.bz2 online_test-234cf831861045796a7bcf4e08a46b0c38016f75.zip |
EditProfile, ChangePassword, StudentsEnrollment facility
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> |