From 7dcd7423e8a50cc667793075d7a070a8051cb276 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 3 Jan 2021 17:38:01 +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 98b22c0b..f6ade954 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -48,7 +48,7 @@ Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} - {{ans}} {{score}} + {{ans}} {% endfor %} {% endfor %}