diff --git a/longs/templates/longs/exam_form.html b/longs/templates/longs/exam_form.html new file mode 100755 index 00000000..13c2ba0d --- /dev/null +++ b/longs/templates/longs/exam_form.html @@ -0,0 +1,12 @@ +{% extends "longs/base.html" %} + +{% block content %} +

Add Exam

+
+ {% csrf_token %} + + {{ form.as_table }} +
+ +
+{% endblock %}