This commit is contained in:
Ross
2022-05-22 18:14:03 +01:00
parent a5b7d2a680
commit bbcbc02e0d
6 changed files with 22 additions and 32 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{% extends "rapids/base.html" %}
{% extends "rapids/exams.html" %}
{% block js %}
{{ form.media }}
{% endblock %}
{% block content %}
<h2>Add Exam</h2>
<form action="" method="post">
{% csrf_token %}