This commit is contained in:
Ross
2022-04-09 00:29:28 +01:00
parent 57f88af28f
commit 3f5ef753d5
+1 -1
View File
@@ -9,7 +9,7 @@
<div class="alert alert-warning" role="alert">
The following questions need marking
{% for exam_index in unmarked %}
<a href="{% url 'atlas:mark' exam.pk exam_index %}">{{ exam_index|add:1 }}</a>
<a href="{% url 'atlas:collection_mark_question' exam.pk exam_index %}">{{ exam_index|add:1 }}</a>
{% endfor %}
</div>