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