diff --git a/anatomy/templates/anatomy/exams.html b/anatomy/templates/anatomy/exams.html index 901b63f9..2410ce0a 100644 --- a/anatomy/templates/anatomy/exams.html +++ b/anatomy/templates/anatomy/exams.html @@ -3,5 +3,5 @@ {% block navigation %} {{block.super}}
-{{exam.name}}-> Overview / Mark / Scores +Exams: {{exam.name}}-> Overview / Mark / Scores {% endblock %} \ No newline at end of file diff --git a/physics/templates/physics/exams.html b/physics/templates/physics/exams.html index a828de49..36ec220b 100644 --- a/physics/templates/physics/exams.html +++ b/physics/templates/physics/exams.html @@ -2,5 +2,5 @@ {% block navigation %}
-{{exam.name}}-> Overview / Scores +Exams: {{exam.name}}-> Overview / Scores {% endblock %} \ No newline at end of file diff --git a/rapids/templates/rapids/exams.html b/rapids/templates/rapids/exams.html index 89cb72c6..117e6f8a 100644 --- a/rapids/templates/rapids/exams.html +++ b/rapids/templates/rapids/exams.html @@ -3,5 +3,5 @@ {% block navigation %} {{block.super}}
-{{exam.name}}-> Overview / Mark / Scores +Exams: {{exam.name}}-> Overview / Mark / Scores {% endblock %} \ No newline at end of file