From 4991307ab1fbef4c09ed1a09e7f3ac66b682d159 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:02:47 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_scores.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_scores.html b/atlas/templates/atlas/collection_scores.html index 94aadade..c4974031 100644 --- a/atlas/templates/atlas/collection_scores.html +++ b/atlas/templates/atlas/collection_scores.html @@ -63,7 +63,8 @@ {% endfor %} {% endcomment %} {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %} - {{ans_score.1}} + {{ans_score.1}} {% endwith %} {% endfor %}