numerous updates

This commit is contained in:
Ross
2022-05-20 20:26:02 +01:00
parent 0373b22e78
commit 77ccdbc92a
246 changed files with 22615 additions and 2409 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends app_name|add:'/exams.html' %}
{% block content %}
<div class="{{app_name}}">
<h1>Exam: {{ exam.name }}</h1>
{% include "generic/exam_users_edit.html" %}
</div>
{% endblock %}