From 0b12d9aee49a619df7148be34e0300395fc1f403 Mon Sep 17 00:00:00 2001
From: Ross
+ {% for p in case.casecollection_set.all %}
+
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 %}