From d1d5d4dbb1f9325bb8176ca354c0456aa9f90305 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 18 Dec 2021 18:51:42 +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 f72701ce..535cf759 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}} + {{ans_by_question|get_item:question}} {% endfor %} {% endfor %}