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 %} +
+{% csrf_token %} +Select mode to design Question Paper: + +
+ + +{% endblock %} -- cgit From c8b68813ca80aee16261e5f02d541ed48712feae Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Fri, 26 Apr 2013 16:40:34 +0530 Subject: Dumped JS from HTML pages to separate JS files --- testapp/templates/exam/add_questionpaper.html | 30 ++------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'testapp/templates/exam/add_questionpaper.html') diff --git a/testapp/templates/exam/add_questionpaper.html b/testapp/templates/exam/add_questionpaper.html index 664093c..4cce8a9 100644 --- a/testapp/templates/exam/add_questionpaper.html +++ b/testapp/templates/exam/add_questionpaper.html @@ -10,36 +10,11 @@ {% block script %} - - + {% endblock %} {% block manage %} +
{% csrf_token %} Select mode to design Question Paper: @@ -50,5 +25,4 @@ Select mode to design Question Paper:
- {% endblock %} -- cgit