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 @@
-
+