From 254622a72a358d7339d78847443fd5b24a61af31 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 21:05:30 +0100 Subject: [PATCH] . --- templates/exam_cids_edit.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/exam_cids_edit.html b/templates/exam_cids_edit.html index 7da0321c..77d27f8d 100644 --- a/templates/exam_cids_edit.html +++ b/templates/exam_cids_edit.html @@ -2,11 +2,10 @@ {% block content %} - {% load thumbnail %}

Exam: {{ exam.name }}

-{% comment %} {% include "generic/exam_cids_edit.html" %} {% endcomment %} +{% include "generic/exam_cids_edit.html" %}
{% endblock %}