This commit is contained in:
Ross
2020-12-12 14:35:26 +00:00
parent c7d7c091ae
commit 95f901a349
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="anatomy"> <div class="anatomy">
<h2>{{ exam.name }}</h2> <h2>{{ exam.name }}</h2>
{% 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' exam.pk question.pk %}">{{question.pk}}</a> <a href="{% url 'anatomy:mark' exam.pk question.pk %}">{{question.pk}}</a>