From b1fbf5b02280de5b78b0249e777a179e34b50b98 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Fri, 24 Feb 2012 16:16:38 +0530
Subject: formating and identation
---
testapp/templates/exam/user_data.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to 'testapp/templates/exam/user_data.html')
diff --git a/testapp/templates/exam/user_data.html b/testapp/templates/exam/user_data.html
index 943dfe8..fad0310 100644
--- a/testapp/templates/exam/user_data.html
+++ b/testapp/templates/exam/user_data.html
@@ -70,12 +70,10 @@ User IP address: {{ paper.user_ip }}
Grade/correct paper
{% if data.papers.count > 1 %}
-
- Monitor quiz
+Monitor quiz
{% else %}
{% with data.papers.0 as paper %}
-
- Monitor quiz
+Monitor quiz
{% endwith %}
{% endif %}
--
cgit