From 253a12510131008c0522ec58d6d0bf1209cd1539 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Apr 2022 22:34:56 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_scores.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_scores.html b/atlas/templates/atlas/collection_scores.html index abbec8a1..94aadade 100644 --- a/atlas/templates/atlas/collection_scores.html +++ b/atlas/templates/atlas/collection_scores.html @@ -63,7 +63,7 @@ {% 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 %}