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