From a7c84a478789e9e835dcbb3ea41b1d519ba69b4d Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Tue, 13 Mar 2012 18:44:01 +0530 Subject: minor changes for UI --- testapp/templates/exam/edit_quiz.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'testapp/templates/exam/edit_quiz.html') diff --git a/testapp/templates/exam/edit_quiz.html b/testapp/templates/exam/edit_quiz.html index 56eb0c0..d513e7a 100644 --- a/testapp/templates/exam/edit_quiz.html +++ b/testapp/templates/exam/edit_quiz.html @@ -5,19 +5,30 @@ {% block css %} + {% endblock %} {% block manage %}
{% csrf_token %} - {% for form in forms %}
- - {{ form.as_table }} +
+ + + {% for form in forms %} + + + + {% endfor %}
Start Date Duration Active Description +
{{ form.start_date}} {{ form.duration }} {{ form.active }} {{ form.description }} +
-
- {% endfor %}
-- cgit