From bd70b4d7f748eb3f56ac4b8366e02d113c1be3b9 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 26 Jun 2014 15:47:00 +0530 Subject: Changes in edit quiz view to set prerequisite --- testapp/templates/exam/edit_quiz.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testapp/templates/exam') diff --git a/testapp/templates/exam/edit_quiz.html b/testapp/templates/exam/edit_quiz.html index cf80df1..6445907 100644 --- a/testapp/templates/exam/edit_quiz.html +++ b/testapp/templates/exam/edit_quiz.html @@ -20,9 +20,12 @@
Start Date: | {{ form.start_date}} - |
Duration: | {{ form.duration }} + |
Duration: | {{ form.duration }} {{form.duration.help_text}} |
Active: | {{ form.active }} |
Description: | {{ form.description }} + |
Passing Criteria: | {{ form.pass_criteria }} {{form.pass_criteria.help_text}} + |
Language: | {{ form.language }} + |
Prerequisite: | {{ form.prerequisite }}
{% endfor %} |