From 5a73409aad77fb7b705be2b4413f13830da9abf1 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Jul 2026 09:59:10 +0100 Subject: [PATCH] fix: update visibility message for exam results based on supervisor access --- templates/user_score_header.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/user_score_header.html b/templates/user_score_header.html index 339816a1..5e8b4035 100644 --- a/templates/user_score_header.html +++ b/templates/user_score_header.html @@ -17,7 +17,11 @@ Results are NOT published. {% endif %} -

view_all_results == True

+ {% if exam.results_supervisor_visible %} + Results are visible to supervisors. + {% else %} + Results are NOT visible to supervisors. + {% endif %} {% else %}