.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{% if unmarked %}
|
{% if unmarked %}
|
||||||
The following questions need marking
|
The following questions need marking
|
||||||
{% for exam_index in unmarked %}
|
{% 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 %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user