This commit is contained in:
Ross
2022-04-26 21:05:30 +01:00
parent 225102d6b6
commit 254622a72a
+1 -2
View File
@@ -2,11 +2,10 @@
{% block content %}
{% load thumbnail %}
<div class="{{app_name}}">
<h1>Exam: {{ exam.name }}</h1>
{% comment %} {% include "generic/exam_cids_edit.html" %} {% endcomment %}
{% include "generic/exam_cids_edit.html" %}
</div>
{% endblock %}