From 0143710e78ae01bae78a3b760fc8410bc86a3b2b Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 11 Jul 2014 14:14:19 +0530 Subject: Moved templates and static inside the app. --- testapp/templates/exam/design_questionpaper.html | 184 ----------------------- 1 file changed, 184 deletions(-) delete mode 100644 testapp/templates/exam/design_questionpaper.html (limited to 'testapp/templates/exam/design_questionpaper.html') diff --git a/testapp/templates/exam/design_questionpaper.html b/testapp/templates/exam/design_questionpaper.html deleted file mode 100644 index 8994148..0000000 --- a/testapp/templates/exam/design_questionpaper.html +++ /dev/null @@ -1,184 +0,0 @@ -{% extends "manage.html" %} - -{% block subtitle %}Design Question Paper{% endblock %} - -{% block css %} - - - - - -{% endblock %} -{% block script %} - - - - - - - - -{% endblock %} - -{% block manage %} - -
Manual mode to design the {{lang}} Question Paper

- - -
{% csrf_token %} -
-

Total Marks: 0

-
-
- -
-
Please select Question type and Marks
-
- {{ form.question_type }} -
-
- {{ form.marks }} -
-
-
-
-
-

- - -
-
-
-
-

Select questions to add:

-
-
- Add to paper -
-
-
-
-

Fixed questions currently in paper:

-
-
-
-
-
-
-
- Next > -
- -
- - -
-
-
-
-

Select questions to add to the pool:

-
-
- Add to paper -
-
-
-
-

Pool of questions currently in paper:

-
-
-
-
-
-
- -
- Next > -
-
- -
-
-
Almost finished creating your question paper
-

- - -
- -
-
-
- -
-
-
- - - - - - - - -{% endblock %} -- cgit