From dc4cf0c3a2e92e40ad7480c4be35f97cd3ca3ff0 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Feb 2026 17:22:41 +0000 Subject: [PATCH] Comment out conditional block for cid_user_exam in user_score_header template --- templates/user_score_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user_score_header.html b/templates/user_score_header.html index b3788c4d..339816a1 100644 --- a/templates/user_score_header.html +++ b/templates/user_score_header.html @@ -32,7 +32,7 @@

Exam: {{ exam }}

Candidate: {{ cid|default_if_none:request.user.username }}

-{% if cid_user_exam %} +{% comment %} {% if cid_user_exam %} {% if exam.results_supervisor_visible %} Exam results are visible to supervisor.
{% else %} @@ -42,5 +42,5 @@ >Toggle
{% endif %} -{% endif %} +{% endif %} {% endcomment %} Answers: \ No newline at end of file