From dc7794fe6d3ca10665b741cf201c84828aaa5d44 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Dec 2021 23:11:20 +0000 Subject: [PATCH] .. --- anatomy/templates/anatomy/exam_scores.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index bc80e7e7..35ebe6c5 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -31,7 +31,8 @@ {% for user, value in user_answers_marks.items %} - {{user}} + + {{user}} {{user_scores|get_item:user}} {% endfor %}