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/add_questionpaper.html | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 testapp/templates/exam/add_questionpaper.html (limited to 'testapp/templates/exam/add_questionpaper.html') diff --git a/testapp/templates/exam/add_questionpaper.html b/testapp/templates/exam/add_questionpaper.html new file mode 100644 index 0000000..664093c --- /dev/null +++ b/testapp/templates/exam/add_questionpaper.html @@ -0,0 +1,54 @@ +{% extends "manage.html" %} + + +{% block subtitle %}Design Question Paper{% endblock %} + +{% block css %} + + +{% endblock %} +{% block script %} + + + + +{% endblock %} + +{% block manage %} +
+ + +{% endblock %} -- cgit