summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/show_quiz.html
diff options
context:
space:
mode:
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 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}} />&nbsp;&nbsp;<a href="{{URL_ROOT}}/exam/manage/addquiz/{{quiz.id}}/">{{ quiz.description }}</a><br>