This commit is contained in:
Ross
2022-04-21 15:58:50 +01:00
parent b7dff677e3
commit 9d961501ec
3 changed files with 44 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
{% extends app_name|add:'/exams.html' %}
{% block content %}
{% load thumbnail %}
<div class="{{app_name}}">
<h1>Exam: {{ exam.name }}</h1>
{% include "generic/exam_cids.html" %}
</div>
{% endblock %}