This commit is contained in:
Ross
2021-08-31 22:09:24 +01:00
parent c6e01a0cb7
commit 18b0be55cd
5 changed files with 41 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<h2>{{ exam.name }}</h2>
{% if unmarked %}
<div class="alert alert-info" role="alert">
<div class="alert alert-warning" role="alert">
The following questions need marking
{% for exam_index in unmarked %}
<a href="{% url 'anatomy:mark' exam.pk exam_index %}">{{ exam_index|add:1 }}</a>