Comment out conditional block for cid_user_exam in user_score_header template

This commit is contained in:
Ross
2026-02-02 17:22:41 +00:00
parent 99b951b32b
commit dc4cf0c3a2
+2 -2
View File
@@ -32,7 +32,7 @@
<h2>Exam: {{ exam }}</h2>
<h3>Candidate: {{ cid|default_if_none:request.user.username }}</h3>
{% if cid_user_exam %}
{% comment %} {% if cid_user_exam %}
{% if exam.results_supervisor_visible %}
Exam results are visible to supervisor.<br/>
{% else %}
@@ -42,5 +42,5 @@
>Toggle</button>
<br/>
{% endif %}
{% endif %}
{% endif %} {% endcomment %}
Answers: