From 56bd985701bee1e4c9ed8a694c5b2ff1258e2aad Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Thu, 1 Nov 2012 13:43:21 +0530 Subject: Removed Global variables for Quiz & Questions --- testapp/templates/exam/edit_question.html | 5 +++++ testapp/templates/exam/edit_quiz.html | 3 +++ 2 files changed, 8 insertions(+) (limited to 'testapp/templates') diff --git a/testapp/templates/exam/edit_question.html b/testapp/templates/exam/edit_question.html index 8ede7f0..0a41326 100644 --- a/testapp/templates/exam/edit_question.html +++ b/testapp/templates/exam/edit_question.html @@ -18,6 +18,7 @@
{% csrf_token %}

Click on the Question links to edit the question.

+ {% for form in forms %} @@ -42,6 +43,10 @@ {% endfor %}
+{% for i in data %} + +{% endfor %} +
diff --git a/testapp/templates/exam/edit_quiz.html b/testapp/templates/exam/edit_quiz.html index 8e4917d..0ea4aae 100644 --- a/testapp/templates/exam/edit_quiz.html +++ b/testapp/templates/exam/edit_quiz.html @@ -31,6 +31,9 @@ {% endfor %} +{% for i in data %} + +{% endfor %}
-- cgit