From c7d7c091ae815770e47ec0c5a0873cd1e06666d9 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 12 Dec 2020 14:34:07 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_scores.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index f9ef003b..83ae94ec 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -7,7 +7,7 @@ {% if unmarked %}} The following questions need marking {% for question in unmarked %} - {{question.pk}} + {{question.pk}} {% endfor %} {% endif %}