From e8e6f5d9ac820b80a94ce0ca916241c232707838 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Dec 2021 23:12:54 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_scores.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index 35ebe6c5..5aab4e63 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -31,7 +31,7 @@ {% for user, value in user_answers_marks.items %} - + {% comment %} {{user}} {% endcomment %} {{user}} {{user_scores|get_item:user}} @@ -45,7 +45,8 @@ Candidate {% for cid in cids %} - {{cid}} + {% comment %} {{cid}} {% endcomment %} + {{cid}} {% endfor %}