summaryrefslogtreecommitdiff
path: root/testapp/templates/manage.html
diff options
context:
space:
mode:
authorhardythe12012-02-20 19:51:58 +0530
committerhardythe12012-02-20 19:51:58 +0530
commitf6a90c1eb603c9f3b8178102e387025880c0a5ac (patch)
treeda20cd8a42abfa78604d8b3a09512613b9eaa24d /testapp/templates/manage.html
parente8ba4ba5301a805194a555f52275407f045b91ab (diff)
downloadonline_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.gz
online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.bz2
online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.zip
changes to manage questions
Diffstat (limited to 'testapp/templates/manage.html')
-rw-r--r--testapp/templates/manage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html
index c757523..a21e8c4 100644
--- a/testapp/templates/manage.html
+++ b/testapp/templates/manage.html
@@ -25,8 +25,8 @@
<div class="span4">
<h5>Manage</h5>
<ul>
- <li><a href="{{ URL_ROOT }}/exam/manage/addquestion">Add Questions</a></li>
- <li><a href="{{ URL_ROOT }}/exam/manage/addquiz">Add Quiz</a></li>
+ <li><a href="{{ URL_ROOT }}/exam/manage/questions">Questions</a></li>
+ <li><a href="{{ URL_ROOT }}/exam/manage/addquiz">Quizzes</a></li>
<li><a href="{{ URL_ROOT }}/exam/manage/gradeuser">Grade User</a></li>
<li><a href="{{ URL_ROOT }}/exam/manage/monitor">Monitor</a></li>
</ul>