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
+4 -4
View File
@@ -1,8 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<div class="">
<h2>{{exam.name}}</h2>
Exam is currently inactive.
</div>
<div class="">
<h2>{{exam}}</h2>
Exam is currently inactive.
</div>
{% endblock %}