This commit is contained in:
Ross
2022-04-08 23:37:14 +01:00
parent 1b8b6b78d3
commit 0b12d9aee4
2 changed files with 7 additions and 1 deletions
@@ -110,6 +110,12 @@
<li>{{p.get_link}}</li>
{% endfor %}
</ul>
<b>Collections:</b>
<ul>
{% for p in case.casecollection_set.all %}
<li>{{p.name}}</li>
{% endfor %}
</ul>
</p>
<p class="pre-whitespace"><b>Previous case:</b> {{ case.previous_case }}</p>
<p class="pre-whitespace"><b>Next case:</b> {{ case.next_case }}</p>
+1 -1
View File
@@ -18,6 +18,6 @@
{% endfor %}
</ul>
<p>This collection will be available to view <a href='{{collection.get_take_url}}'>here</a>
<p>This collection will be available to view/take <a href='{{collection.get_take_url}}'>here</a>
{% endblock %}