From 9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Thu, 23 Feb 2012 16:30:36 +0530
Subject: more changes to edit multiple questions at a time
---
testapp/templates/exam/showquestions.html | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
(limited to 'testapp/templates/exam/showquestions.html')
diff --git a/testapp/templates/exam/showquestions.html b/testapp/templates/exam/showquestions.html
index 994ca26..edcba6f 100644
--- a/testapp/templates/exam/showquestions.html
+++ b/testapp/templates/exam/showquestions.html
@@ -7,7 +7,7 @@ List of Questions
{% block script %}
{% endblock %}
@@ -30,6 +42,8 @@ function my_confirm(frm)
{% endfor %}
-
+
+
+
{% endblock %}
--
cgit