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 %}