diff options
author | jayparikh111 | 2012-02-22 16:02:07 +0530 |
---|---|---|
committer | jayparikh111 | 2012-02-22 16:02:07 +0530 |
commit | f2d65592affd34bc60cf4a3a2c72de1d84c934c0 (patch) | |
tree | 907639272648fd5976c052a8635c40aee8d53cbd /testapp/templates/exam/show_quiz.html | |
parent | 2b6b595ca8652696ab9059add8ea54661cab5f31 (diff) | |
download | online_test-f2d65592affd34bc60cf4a3a2c72de1d84c934c0.tar.gz online_test-f2d65592affd34bc60cf4a3a2c72de1d84c934c0.tar.bz2 online_test-f2d65592affd34bc60cf4a3a2c72de1d84c934c0.zip |
Changes related to Authentication of Moderator
Diffstat (limited to 'testapp/templates/exam/show_quiz.html')
-rw-r--r-- | testapp/templates/exam/show_quiz.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/templates/exam/show_quiz.html b/testapp/templates/exam/show_quiz.html index 2e9059d..001b2fe 100644 --- a/testapp/templates/exam/show_quiz.html +++ b/testapp/templates/exam/show_quiz.html @@ -33,6 +33,7 @@ function my_confirm(frm) <center><h3>Quiz List</h3></center> <form method="post" action="" name='frm'> {% csrf_token %} + {% for quiz in quizzes %} <input type=checkbox name='quiz' value={{quiz.id}} /> <a href="{{URL_ROOT}}/exam/manage/addquiz/{{quiz.id}}/">{{ quiz.description }}</a><br> |