From 4c2fbdb6f76f44053f6dc582d6add2ee1e991bac Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 2 Feb 2021 09:33:14 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exams.html | 2 +- physics/templates/physics/exams.html | 2 +- rapids/templates/rapids/exams.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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