From abff3d61f63120ab862ac85ea25258ddc13f3c3f Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 7 Jan 2021 15:31:20 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/exam_list.html b/anatomy/templates/anatomy/exam_list.html index 6abb9f50..04388808 100644 --- a/anatomy/templates/anatomy/exam_list.html +++ b/anatomy/templates/anatomy/exam_list.html @@ -8,7 +8,7 @@ {% for exam in exams %} {% if exam.active %}
  • - {{exam.name}} (mark) (scores) [Results are {% if exam.publish_results %} not{% endif %}published] + {{exam.name}} (mark) (scores) [Results are {% if not exam.publish_results %} not {% endif %}published]
  • {% endif %} {% endfor %} @@ -19,7 +19,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} (mark) (scores) [Results are {% if exam.publish_results %} not{% endif %}published] + {{exam.name}} (mark) (scores) [Results are {% if not exam.publish_results %} not {% endif %}published]
  • {% endif %} {% endfor %}