Start using start dates for exams

This commit is contained in:
Ross
2024-07-08 09:52:01 +01:00
parent 00fa68247d
commit df462efacd
49 changed files with 235 additions and 293 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
{% block content %}
<div class="{{app_name}}">
<h1>Exam: {{ exam.name }}</h1>
<h1>Exam: {{ exam }}</h1>
{% include "generic/exam_users_edit.html" %}
{% include "generic/exam_users_edit.html" %}
</div>
{% endblock %}