From fbd1e6c2f39b75f392e808fe86acc56b0bbd58aa Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 23 Apr 2021 09:12:38 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_form.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 anatomy/templates/anatomy/exam_form.html diff --git a/anatomy/templates/anatomy/exam_form.html b/anatomy/templates/anatomy/exam_form.html new file mode 100755 index 00000000..d7820d89 --- /dev/null +++ b/anatomy/templates/anatomy/exam_form.html @@ -0,0 +1,12 @@ +{% extends "anatomy/base.html" %} + +{% block content %} +

Add Exam

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