summaryrefslogtreecommitdiff
path: root/yaksh/templates/user.html
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-04-26 17:15:31 +0530
committerPrabhu Ramachandran2016-04-26 17:15:31 +0530
commit825f8464ef1b2853c029cc23bf7fb89f6a9c1c09 (patch)
tree0b94516d5a969dce5bc0750e405ca45850880f21 /yaksh/templates/user.html
parent97bdb23fbacc3e625beb96efdf58431f42604a81 (diff)
parent3be13f4868a881cbe591e9eb686872875272ac1d (diff)
downloadonline_test-825f8464ef1b2853c029cc23bf7fb89f6a9c1c09.tar.gz
online_test-825f8464ef1b2853c029cc23bf7fb89f6a9c1c09.tar.bz2
online_test-825f8464ef1b2853c029cc23bf7fb89f6a9c1c09.zip
Merge pull request #89 from adityacp/Editprofile
Profile change, Enroll students and change password
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r--yaksh/templates/user.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html
index 00151d2..4074656 100644
--- a/yaksh/templates/user.html
+++ b/yaksh/templates/user.html
@@ -13,8 +13,8 @@
<meta name="description" content="">
<meta name="author" content="">
{% endblock %}
-
- <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/base.css" type="text/css" />
+
+ <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/base.css" type="text/css" />
{% block css %}
{% endblock %}
@@ -28,9 +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>
- </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>