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