summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/add_question.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/add_question.html')
-rw-r--r--testapp/templates/exam/add_question.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testapp/templates/exam/add_question.html b/testapp/templates/exam/add_question.html
new file mode 100644
index 0000000..fb5d38b
--- /dev/null
+++ b/testapp/templates/exam/add_question.html
@@ -0,0 +1,9 @@
+{% extends "manage.html" %}
+
+{% block subtitle %}
+Add Question
+{% endblock %}
+
+{% block manage %}
+<p>Add Question
+{% endblock %}