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 %}