diff options
author | hardythe1 | 2012-02-21 11:35:56 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-21 11:35:56 +0530 |
commit | 6b608e174fbd9367c9453f7933b69a35516811d2 (patch) | |
tree | b0d7b75b319f59ba12a8a51f674cc6a3a048cb36 /testapp/templates/exam/show_quiz.html | |
parent | ddb7f4e07771f4e4ca514c253d671698e1b74020 (diff) | |
download | online_test-6b608e174fbd9367c9453f7933b69a35516811d2.tar.gz online_test-6b608e174fbd9367c9453f7933b69a35516811d2.tar.bz2 online_test-6b608e174fbd9367c9453f7933b69a35516811d2.zip |
add docstrings to each view in views.py
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 %} |