This commit is contained in:
Ross
2020-12-14 14:39:04 +00:00
parent 748d9f3ef6
commit 46d7908540
+1 -1
View File
@@ -7,7 +7,7 @@
{% if unmarked %}
The following questions need marking
{% for exam_index in unmarked %}
<a href="{% url 'anatomy:mark' exam.pk exam_index %}">{{ exam_index }}</a>
<a href="{% url 'anatomy:mark' exam.pk exam_index %}">{{ exam_index }}</a>
{% endfor %}
{% endif %}