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/editquestionpaper.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 testapp/templates/exam/editquestionpaper.html (limited to 'testapp/templates/exam/editquestionpaper.html') diff --git a/testapp/templates/exam/editquestionpaper.html b/testapp/templates/exam/editquestionpaper.html deleted file mode 100644 index 819ff06..0000000 --- a/testapp/templates/exam/editquestionpaper.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "manage.html" %} - - -{% block subtitle %}Questions in "{{ papers.quiz.description }}"{% endblock %} - -{% block script %} - -{% endblock %} - -{% block manage %} -
-{% csrf_token %} - -{% for i in papers.questions %} -  {{ i.summary}}
-{% endfor %} -
-   - -
-{% endblock %} -- cgit