This commit is contained in:
Ross
2022-06-07 21:32:49 +01:00
parent 349654a22b
commit 45100f27b0
11 changed files with 136 additions and 141 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
{% extends "base.html" %}
{% comment %} {% extends exam.app_name|add:"/base.html" %} {% endcomment %}
{% extends view.model.app_name|add:"/base.html" %}
{% block js %}
{{ form.media }}
{% endblock %}
{% block content %}
{{form.instance}}
<h2>Add Exam</h2>
<form action="" method="post">