From c3faa744fc49267a69434448c41bc8408203365a Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 10:10:19 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 2 +- rapids/templates/rapids/index.html | 2 +- rapids/templates/rapids/mark_overview.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 9ea09651..b68987dd 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -61,7 +61,7 @@ {% endif %}
Examination: {{ question.get_examinations }}, Mark + href="{% url 'rapids:mark' exam_pk=exam.pk sk=forloop.counter0 %}">Mark [id: {{question.pk}}] diff --git a/rapids/templates/rapids/index.html b/rapids/templates/rapids/index.html index a69a1c57..9d6846b5 100644 --- a/rapids/templates/rapids/index.html +++ b/rapids/templates/rapids/index.html @@ -4,7 +4,7 @@ {% for exam in exams %}

Exam: {{ exam.name }}

- {% if request.user.is_staff %}Mark answers{% endif %} + {% if request.user.is_staff %}Mark answers{% endif %} {% if request.user.is_staff %}Scores{% endif %}
{% endfor %} diff --git a/rapids/templates/rapids/mark_overview.html b/rapids/templates/rapids/mark_overview.html index 33b92b00..bb4b0a99 100644 --- a/rapids/templates/rapids/mark_overview.html +++ b/rapids/templates/rapids/mark_overview.html @@ -8,11 +8,11 @@
-
+