From 5f946161682810df5805ff605cb3ed96a2648398 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 4 May 2025 16:50:56 +0100 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 2 +- atlas/templates/atlas/collection_detail.html | 9 +++-- .../atlas/linked_cases_overview.html | 33 +++++++++++++++ atlas/urls.py | 5 +++ atlas/views.py | 40 ++++++++++++++++++- 5 files changed, 83 insertions(+), 6 deletions(-) create mode 100644 atlas/templates/atlas/linked_cases_overview.html diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 44583711..5e4dda6c 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -2,7 +2,7 @@

Case: {{ case.title }}

{% if case.previous_case or case.next_case %}