From e8ba4ba5301a805194a555f52275407f045b91ab Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 20 Feb 2012 19:51:32 +0530 Subject: New file to manage questions --- testapp/templates/exam/showquestions.html | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testapp/templates/exam/showquestions.html (limited to 'testapp') diff --git a/testapp/templates/exam/showquestions.html b/testapp/templates/exam/showquestions.html new file mode 100644 index 0000000..38d4bcc --- /dev/null +++ b/testapp/templates/exam/showquestions.html @@ -0,0 +1,35 @@ +{% extends "manage.html" %} + + +{% block subtitle %} +List of Questions +{% endblock %} + +{% block script %} + +{% endblock %} + +{% block manage %} +
+{% endblock %} -- cgit