From e524bef336df95fd307d045af37c379bccf3ea14 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 20 Mar 2012 12:44:43 +0530 Subject: minor UI changes --- testapp/templates/exam/question.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testapp/templates/exam/question.html') diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html index a09e3bf..b4b171e 100644 --- a/testapp/templates/exam/question.html +++ b/testapp/templates/exam/question.html @@ -68,7 +68,7 @@

Online Test

{% csrf_token %} @@ -83,7 +83,7 @@

{{ question.summary }} (Marks : {{ question.points }})


{{ question.description|safe }} - {% if error_message %}
ERROR:
{{ error_message }}
{% endif %} + {% if error_message %}
ERROR:
{{ error_message }}
{% endif %}

{% csrf_token %} @@ -92,7 +92,7 @@ {{option}}
{% endfor %} {% else %} - + {% endif %} {% if question.type == "mcq" %} -- cgit