This commit is contained in:
Ross
2021-09-29 19:07:23 +01:00
parent f22cf62a99
commit c3499006fe
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
{% extends "anatomy/base.html" %}
{% block js %}
{{ form.media }}
{% endblock %}
{% block content %}
<h2>Add Exam</h2>
<form action="" method="post">
-1
View File
@@ -4,7 +4,6 @@
{{ form.media }}
{% endblock %}
{% block content %}
<h2>Add Exam</h2>
<form action="" method="post">
+4
View File
@@ -1,5 +1,9 @@
{% extends "rapids/base.html" %}
{% block js %}
{{ form.media }}
{% endblock %}
{% block content %}
<h2>Add Exam</h2>
<form action="" method="post">