summaryrefslogtreecommitdiff
path: root/yaksh/templates/user.html
diff options
context:
space:
mode:
authoradityacp2016-04-04 12:47:34 +0530
committeradityacp2016-04-15 14:01:51 +0530
commit5853f4d7653f98e8956a58b29d3b3759f4dedec6 (patch)
treedf22f0fab822960ab163f591aebe7cdc4b8a82ae /yaksh/templates/user.html
parent9532d2eebbec4aabc32b9b3db027827d25fc1e35 (diff)
downloadonline_test-5853f4d7653f98e8956a58b29d3b3759f4dedec6.tar.gz
online_test-5853f4d7653f98e8956a58b29d3b3759f4dedec6.tar.bz2
online_test-5853f4d7653f98e8956a58b29d3b3759f4dedec6.zip
design css and html changes
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r--yaksh/templates/user.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html
index b3931cf..936601e 100644
--- a/yaksh/templates/user.html
+++ b/yaksh/templates/user.html
@@ -28,11 +28,11 @@
<div class="container">
<h3 class="brand"><strong>Online Test</h3></strong>
<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>
+ <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>
</ul>