This commit is contained in:
Ross
2020-12-14 14:59:11 +00:00
parent 46d7908540
commit fc098f681c
2 changed files with 3 additions and 2 deletions
+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|add:1 }}</a>
{% endfor %}
{% endif %}