This commit is contained in:
Ross
2021-09-08 17:13:29 +01:00
parent 0d3bebed9a
commit 48d8e177c4
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
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. Return to <a href="{% url 'longs:mark' exam.id question_details.current|add:'-1' %}">question
<div class="alert alert-info" role="alert">Success! Marking question complete. <br/>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 %}