summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/grade_user.html
diff options
context:
space:
mode:
authorhardythe12012-02-24 16:16:38 +0530
committerhardythe12012-02-24 16:16:38 +0530
commitb1fbf5b02280de5b78b0249e777a179e34b50b98 (patch)
treef133bd5e556d4d0e8bbc94c9ffbac22bcc46bb31 /testapp/templates/exam/grade_user.html
parentdd3fd7b8c58d836baba24441e7d55c6d51858eab (diff)
downloadonline_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.tar.gz
online_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.tar.bz2
online_test-b1fbf5b02280de5b78b0249e777a179e34b50b98.zip
formating and identation
Diffstat (limited to 'testapp/templates/exam/grade_user.html')
-rw-r--r--testapp/templates/exam/grade_user.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/testapp/templates/exam/grade_user.html b/testapp/templates/exam/grade_user.html
index bad1765..5b0e1a7 100644
--- a/testapp/templates/exam/grade_user.html
+++ b/testapp/templates/exam/grade_user.html
@@ -71,8 +71,7 @@ Marks: <input id="q{{ question.id }}" type="text"
{% endif %} {# if data.papers #}
{% if data.papers.count > 1 %}
-<a href="{{URL_ROOT}}/exam/manage/monitor/">
- Monitor quiz</a>
+<a href="{{URL_ROOT}}/exam/manage/monitor/">Monitor quiz</a>
{% else %}
{% with data.papers.0 as paper %}
<a href="{{URL_ROOT}}/exam/manage/monitor/{{paper.quiz.id}}/">
@@ -81,5 +80,4 @@ Marks: <input id="q{{ question.id }}" type="text"
{% endif %}
<br />
<a href="{{URL_ROOT}}/admin/">Admin</a>
-
{% endblock%}