From 5cd3f0aad2423af1226c38bad0426f1311b198b3 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 8 Apr 2022 23:22:49 +0100 Subject: [PATCH] . --- atlas/templates/atlas/case_detail.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/atlas/templates/atlas/case_detail.html b/atlas/templates/atlas/case_detail.html index da2a854f..974b00fa 100755 --- a/atlas/templates/atlas/case_detail.html +++ b/atlas/templates/atlas/case_detail.html @@ -15,20 +15,21 @@ {% if request.user.is_superuser %} Admin Edit {% endif %} - - {% if collection %} -
+ {% if collection %} +
- {% if previous %} - Previous question - {% endif %} - Viewing question as part of collection: {{collection.name}} [{{pos}}/{{collection_length}}] - {% if next %} - Next question + {% if previous %} + Previous question + {% endif %} + Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}] + {% if next %} + Next question + {% endif %} +
{% endif %}
- {% endif %} + {% include 'atlas/case_display_block.html' %} {% endblock %}