From 8dc885c5c65c90625461c5304a2e7736dc0dd915 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Dec 2021 11:38:02 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_form.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 physics/templates/physics/exam_form.html diff --git a/physics/templates/physics/exam_form.html b/physics/templates/physics/exam_form.html new file mode 100755 index 00000000..5ed0de54 --- /dev/null +++ b/physics/templates/physics/exam_form.html @@ -0,0 +1,16 @@ +{% extends "physics/base.html" %} + +{% block js %} + {{ form.media }} +{% endblock %} + +{% block content %} +

Add Exam

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