From c0fcc1181e209192f6d11f2ca521e55e33a4ead7 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 2 Apr 2012 18:04:43 +0530 Subject: Question Paper generator changes --- testapp/templates/exam/manual_questionpaper.html | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testapp/templates/exam/manual_questionpaper.html (limited to 'testapp/templates/exam/manual_questionpaper.html') diff --git a/testapp/templates/exam/manual_questionpaper.html b/testapp/templates/exam/manual_questionpaper.html new file mode 100644 index 0000000..96370c0 --- /dev/null +++ b/testapp/templates/exam/manual_questionpaper.html @@ -0,0 +1,42 @@ +{% extends "manage.html" %} + + +{% block subtitle %}Design Question Paper{% endblock %} + +{% block css %} + + +{% endblock %} +{% block script %} + + + + +{% endblock %} + +{% block manage %} +
+{% csrf_token %} +Select mode to design Question Paper: + +
+ + + +{% endblock %} -- cgit