.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
{% if unmarked %}
|
||||
The following questions need marking
|
||||
{% for question in unmarked %}
|
||||
<a href="{% url 'anatomy:mark' exam.pk question.pk %}">{{ exam|get_question_index:question }}</a>
|
||||
{% for question, exam_index in unmarked %}
|
||||
<a href="{% url 'anatomy:mark' exam.pk exam_index %}">{{ exam_index }}</a>
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user