From 9af47ff330ee4a3af125d79df2e3fa40a43e60b8 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Sep 2021 09:43:27 +0100 Subject: [PATCH] . --- longs/templates/longs/exam_scores.html | 2 +- longs/templates/longs/mark_answer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index ee5f0b49..9273e378 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -53,7 +53,7 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} {{score}} {% endfor %} diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index e2e67cda..9ac50ae9 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -16,7 +16,7 @@