diff options
Diffstat (limited to 'testapp/templates/exam/show_quiz.html')
-rw-r--r-- | testapp/templates/exam/show_quiz.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testapp/templates/exam/show_quiz.html b/testapp/templates/exam/show_quiz.html index a113953..bbea77f 100644 --- a/testapp/templates/exam/show_quiz.html +++ b/testapp/templates/exam/show_quiz.html @@ -23,16 +23,14 @@ function my_confirm(frm) {% block manage %} {% if not quizzes and not quiz %} -<h1><center> Available Quiz </center></h1> - +<h5><center> Available Quiz </center></h5> <center><h5> No quizzes available. </h5></center> - {% endif %} {# ############################################################### #} {# This is rendered when we are just viewing exam/monitor #} {% if quizzes %} -<center><h3> List of Quizzes</h3></center> +<center><h3>Quiz List</h3></center> <form method="post" action="" name='frm'> {% csrf_token %} {% for quiz in quizzes %} |