From e5e76657329b17175c23edad55372c28f96db40d Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 8 Apr 2022 23:24:56 +0100 Subject: [PATCH] . --- atlas/templates/atlas/case_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/case_detail.html b/atlas/templates/atlas/case_detail.html index e7713e0b..fc17999c 100755 --- a/atlas/templates/atlas/case_detail.html +++ b/atlas/templates/atlas/case_detail.html @@ -20,11 +20,11 @@
{% if previous %} - Previous question + Previous question {% endif %} Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}] {% if next %} - Next question + Next question {% endif %}
{% endif %}