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 %}