.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user