From 46d79085405edaa17674549ac4f102884db59ff1 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 14 Dec 2020 14:39:04 +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 2522d4cf..ffd4930e 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 exam_index in unmarked %} - {{ exam_index }} + {{ exam_index }} {% endfor %} {% endif %}