From 2acf39743f1d100d0dc11a69d50b5994dec8b182 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 May 2022 12:36:41 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/question_detail.html | 2 +- atlas/templates/atlas/case_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 2b6a98a3..95f449dc 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -24,7 +24,7 @@ {% if previous > -1 %} Previous question {% endif %} - Viewing question as part of exam: {{exam.name}} [{{pos}}/{{exam_length}}] + Viewing question as part of exam: {{exam.name}} [{{pos}}/{{exam_length}}] {% if next %} Next question {% endif %} diff --git a/atlas/templates/atlas/case_detail.html b/atlas/templates/atlas/case_detail.html index fc17999c..14f392a2 100755 --- a/atlas/templates/atlas/case_detail.html +++ b/atlas/templates/atlas/case_detail.html @@ -22,7 +22,7 @@ {% if previous %} Previous question {% endif %} - Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}] + Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}] {% if next %} Next question {% endif %}