From 20346cca57a525c155fdd7f18253689c68645efd Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Wed, 1 Feb 2012 10:31:51 +0530 Subject: Updated html file with new look --- testapp/templates/exam/quit.html | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) (limited to 'testapp/templates/exam/quit.html') diff --git a/testapp/templates/exam/quit.html b/testapp/templates/exam/quit.html index 37b5c08..c31fd87 100644 --- a/testapp/templates/exam/quit.html +++ b/testapp/templates/exam/quit.html @@ -2,13 +2,36 @@ {% block title %}Quit exam {% endblock %} + + {% block content %} -

Your current answers are saved.

-

Are you sure you wish to quit the exam?

+ +
+
+ +
+
+ + +

Your current answers are saved.

+

Are you sure you wish to quit the exam?

{% csrf_token %} - - + + +
 
+
-{% endblock content %} \ No newline at end of file +
+
+
+ +
+ + +{% endblock content %} -- cgit