This commit is contained in:
Ross
2020-12-14 14:26:47 +00:00
parent f65fa3c65f
commit 748d9f3ef6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{% if unmarked %}
The following questions need marking
{% for question, exam_index in unmarked %}
{% for exam_index in unmarked %}
<a href="{% url 'anatomy:mark' exam.pk exam_index %}">{{ exam_index }}</a>
{% endfor %}