From ee7fde72fe830d842419a1a1463d86c2ac75a997 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 12:23:43 +0000 Subject: [PATCH] . --- longs/templates/longs/exam_form.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 longs/templates/longs/exam_form.html 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 %}