diff --git a/physics/templates/physics/exam_list.html b/physics/templates/physics/exam_list.html index 61f74fba..1c0147f3 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 %}