diff options
author | ankitjavalkar | 2016-08-19 10:58:44 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-08-19 10:58:44 +0530 |
commit | 23ce8a47eeacba027ca35d6f0bcbd3ff78692913 (patch) | |
tree | 19a7a4345b722036609ef933c0a715e0a46aea6e /yaksh/templates/user.html | |
parent | 50c3008096f5f02a036d8d9a5cbfe9cc43ff0823 (diff) | |
download | online_test-23ce8a47eeacba027ca35d6f0bcbd3ff78692913.tar.gz online_test-23ce8a47eeacba027ca35d6f0bcbd3ff78692913.tar.bz2 online_test-23ce8a47eeacba027ca35d6f0bcbd3ff78692913.zip |
- Modify admin.py to include Course model
- Modify user.html and complete.html to include id for html elements
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r-- | yaksh/templates/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 4074656..009dd2f 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -34,7 +34,7 @@ <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> + <li><strong><a style='cursor:pointer' onClick='location.replace("{{URL_ROOT}}/exam/complete/");' id='logout'>Log out</a></strong></li> </ul> </div> </div> |