diff --git a/longs/templates/longs/index.html b/longs/templates/longs/index.html
index 5edac633..d2a9f4fc 100644
--- a/longs/templates/longs/index.html
+++ b/longs/templates/longs/index.html
@@ -4,7 +4,7 @@
{% for exam in exams %}
- {% 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/longs/templates/longs/mark_overview.html b/longs/templates/longs/mark_overview.html
index aa1afbff..c90edca1 100644
--- a/longs/templates/longs/mark_overview.html
+++ b/longs/templates/longs/mark_overview.html
@@ -8,13 +8,13 @@