This commit is contained in:
Ross
2022-08-10 22:30:06 +01:00
parent 7032f890f9
commit 4c3b7d2e12
13 changed files with 534 additions and 45 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<div class="">
<h2>{{exam.name}}</h2>
Exam is currently inactive.
</div>
{% endblock %}