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 %}