diff --git a/anatomy/templates/anatomy/exam_list.html b/anatomy/templates/anatomy/exam_list.html
index 04388808..fb646100 100644
--- a/anatomy/templates/anatomy/exam_list.html
+++ b/anatomy/templates/anatomy/exam_list.html
@@ -4,22 +4,22 @@
Examinations
Active exams:
-
+
Inactive exams:
-
+
{% for exam in exams %}
{% if not exam.active %}
-
- {{exam.name}} (mark) (scores) [Results are {% if not exam.publish_results %} not {% endif %}published]
+ {{exam.name}} MarkScores Results Published
{% endif %}
{% endfor %}
diff --git a/longs/templates/longs/exam_list.html b/longs/templates/longs/exam_list.html
index 35cb11d0..0c052675 100644
--- a/longs/templates/longs/exam_list.html
+++ b/longs/templates/longs/exam_list.html
@@ -4,22 +4,22 @@
Examinations
Active exams:
-
+
Inactive exams:
-
+
{% for exam in exams %}
{% if not exam.active %}
-
- {{exam.name}} (mark) (scores) [Results are {% if not exam.publish_results %} not {% endif %}published]
+ {{exam.name}} MarkScores Results Published
{% endif %}
{% endfor %}
diff --git a/rapids/templates/rapids/exam_list.html b/rapids/templates/rapids/exam_list.html
index a9d64b9f..3185bccd 100644
--- a/rapids/templates/rapids/exam_list.html
+++ b/rapids/templates/rapids/exam_list.html
@@ -4,22 +4,22 @@
Examinations