From 0b12d9aee49a619df7148be34e0300395fc1f403 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 8 Apr 2022 23:37:14 +0100 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 6 ++++++ atlas/templates/atlas/collection_detail.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index c09c2123..fe8c02be 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -110,6 +110,12 @@
  • {{p.get_link}}
  • {% endfor %} + Collections: +

    Previous case: {{ case.previous_case }}

    Next case: {{ case.next_case }}

    diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index e35fb88d..403edfba 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -18,6 +18,6 @@ {% endfor %} -

    This collection will be available to view here +

    This collection will be available to view/take here {% endblock %}