From 493f228229d96dab4a13b21cf7d4d089fcf7b2fd Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 6 Feb 2012 15:20:41 +0530 Subject: removed & tags from the forms --- testapp/templates/exam/quit.html | 46 +++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 27 deletions(-) (limited to 'testapp/templates/exam/quit.html') diff --git a/testapp/templates/exam/quit.html b/testapp/templates/exam/quit.html index c31fd87..3ee85db 100644 --- a/testapp/templates/exam/quit.html +++ b/testapp/templates/exam/quit.html @@ -2,36 +2,28 @@ {% block title %}Quit exam {% endblock %} - -{% block content %} - -
-
- -
-
- - -

Your current answers are saved.

-

Are you sure you wish to quit the exam?

- -
-{% csrf_token %} +{% block content %} -
 
- -
-
-
+
+
+ +
+
+

Your current answers are saved.

+

Are you sure you wish to quit the exam?

+
+ {% csrf_token %} +
 
+
+
+
-
-

© FOSSEE group, IIT Bombay

-
+
- - {% endblock content %} -- cgit