This commit is contained in:
Ross
2021-09-08 17:07:02 +01:00
parent 51315a6ecf
commit 0d3bebed9a
+2 -1
View File
@@ -13,7 +13,8 @@
title="View question answers">{{question_details.current}}</a> of {{question_details.total}}</h2>
{% if not next_unmarked_id and not unmarked %}
<div class="alert alert-info" role="alert">Success! Marking question complete. <a href="{% url 'longs:mark_overview' pk=exam.pk %}">Return to marking
<div class="alert alert-info" role="alert">Success! Marking question complete. Return to <a href="{% url 'longs:mark' exam.id question_details.current|add:'-1' %}">question
overview</a>, <a href="{% url 'longs:mark_overview' pk=exam.pk %}">marking
overview</a></div>
{% endif %}