From 2595e14990e2e2962ef47cad76c606c458e37c3b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 10:21:15 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_list.html | 4 ++-- sbas/templates/sbas/exam_list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/physics/templates/physics/exam_list.html b/physics/templates/physics/exam_list.html index 6b953042..68543005 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 Results Published + {{exam.name}} Scores Results Published
  • {% endif %} {% endfor %} @@ -19,7 +19,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} Scores Results Published + {{exam.name}} Scores Results Published
  • {% endif %} {% endfor %} diff --git a/sbas/templates/sbas/exam_list.html b/sbas/templates/sbas/exam_list.html index 3aaee46f..164e9e12 100644 --- a/sbas/templates/sbas/exam_list.html +++ b/sbas/templates/sbas/exam_list.html @@ -8,7 +8,7 @@ {% for exam in exams %} {% if exam.active %}
  • - {{exam.name}} Scores Results Published + {{exam.name}} Scores Results Published
  • {% endif %} {% endfor %} @@ -19,7 +19,7 @@ {% for exam in exams %} {% if not exam.active %}
  • - {{exam.name}} Scores Results Published + {{exam.name}} Scores Results Published
  • {% endif %} {% endfor %}