From 6c0c50e4e5c3fa6cda96090710eff04169376d84 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 1 Apr 2022 19:50:24 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_case_view.html | 14 ++++++++++++-- atlas/views.py | 2 ++ generic/forms.py | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/collection_case_view.html b/atlas/templates/atlas/collection_case_view.html index ed3703ec..96cae4a2 100644 --- a/atlas/templates/atlas/collection_case_view.html +++ b/atlas/templates/atlas/collection_case_view.html @@ -56,8 +56,15 @@ {% if take %}

TAKE

-{% endif %} - +
+ {% if previous %} + Previous + {% endif %} + {% if next %} + Next + {% endif %} +
+{% else %}
{% if previous %} Previous @@ -68,6 +75,9 @@

Return to collection + +{% endif %} + {% endblock %} {% block js %}