summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/show_quiz.html
diff options
context:
space:
mode:
authorprathamesh2013-08-19 13:09:10 +0530
committerprathamesh2013-08-19 13:09:10 +0530
commitfbeed0456532b2b36f02a26dbfffc132235d5e4c (patch)
tree3a4f08f8e889b4d27a018ea6915d954bf445f1c3 /testapp/templates/exam/show_quiz.html
parent754244da53f7e0a63c272ce6d1ffb15c1d5be0ae (diff)
downloadonline_test-fbeed0456532b2b36f02a26dbfffc132235d5e4c.tar.gz
online_test-fbeed0456532b2b36f02a26dbfffc132235d5e4c.tar.bz2
online_test-fbeed0456532b2b36f02a26dbfffc132235d5e4c.zip
This branch was created for testing the app.
Changes made here are during the testing phase. And the feedbacks recevied are implemented.
Diffstat (limited to 'testapp/templates/exam/show_quiz.html')
-rw-r--r--testapp/templates/exam/show_quiz.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/templates/exam/show_quiz.html b/testapp/templates/exam/show_quiz.html
index 886a696..cf3f552 100644
--- a/testapp/templates/exam/show_quiz.html
+++ b/testapp/templates/exam/show_quiz.html
@@ -10,6 +10,7 @@
{% block manage %}
{% if not quizzes and not quiz %}
<center><h5> No quizzes available. </h5></center>
+<button class="btn" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/addquiz");'>Add New Quiz</button>&nbsp;&nbsp;
{% endif %}
{# ############################################################### #}