From 4d296a7f32ec46a1cdf8dd785814e13676c7dbb7 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 18 Dec 2021 19:04:51 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 11ed4113..a34e19bb 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -63,7 +63,7 @@ {% endif %} {% for cid in cids %} - {{ans_by_question|get_item:question|get_item:cid}} + {{ans_by_question|get_item:question|get_item:cid}} {% endfor %} {% endfor %}