From 910f482b1d0c816612259baf5e387b9d3329a5aa Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 7 Jan 2021 15:28:51 +0000 Subject: [PATCH] show if results are published on exam list page --- 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 7c61c002..6abb9f50 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) + {{exam.name}} (mark) (scores) [Results are {% if exam.publish_results %} not{% endif %}published]
  • {% endif %} {% endfor %} @@ -19,7 +19,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} (mark) (scores) + {{exam.name}} (mark) (scores) [Results are {% if exam.publish_results %} not{% endif %}published]
  • {% endif %} {% endfor %}