From f2d1f849514942aac827b1cff05aebe076172218 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 9 Aug 2021 12:52:59 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/templates/physics/exam_list.html b/physics/templates/physics/exam_list.html index 81c7266c..61f74fba 100644 --- a/physics/templates/physics/exam_list.html +++ b/physics/templates/physics/exam_list.html @@ -8,7 +8,7 @@ {% for exam in exams %} {% if exam.active %}
  • - {{exam.name}} (scores) Published + {{exam.name}} (scores) Published
  • {% endif %} {% endfor %} @@ -19,7 +19,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} (scores) Published + {{exam.name}} (scores) Published
  • {% endif %} {% endfor %}