.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user