From 2ac0ebe6e94694620343786a36e5c8f4d26223b9 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 18 Dec 2021 19:08:03 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index a34e19bb..bd9fd93b 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -69,8 +69,8 @@ {% endfor %} Score: - {% for score in user_scores_list %} - {{score}} + {% for cid in cids %} + {{user_scores|get_item:cid}} {% endfor %}