This commit is contained in:
Ross
2020-12-12 14:34:07 +00:00
parent a4493248c3
commit c7d7c091ae
+1 -1
View File
@@ -7,7 +7,7 @@
{% if unmarked %}} {% if unmarked %}}
The following questions need marking The following questions need marking
{% for question in unmarked %} {% for question in unmarked %}
<a href="{% url 'anatomy:mark' question.pk %}">{{question.pk}}</a> <a href="{% url 'anatomy:mark' exam.pk question.pk %}">{{question.pk}}</a>
{% endfor %} {% endfor %}
{% endif %} {% endif %}