From 031a50cacaa177de7a937d28c78358d727173a42 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 31 Dec 2021 13:37:07 +0000 Subject: [PATCH] . --- templates/cid_results.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cid_results.html b/templates/cid_results.html index c9c9aa75..858218fb 100644 --- a/templates/cid_results.html +++ b/templates/cid_results.html @@ -4,11 +4,11 @@

CID: {{ cid }}

The following exams will be available to take when active. - {% for t, exams in available_exams %} -

{{t}}

+ {% for exam_type, exams in available_exams %} +

{{exam_type}}

{% endfor %}