.
This commit is contained in:
@@ -58,10 +58,10 @@
|
|||||||
<h1>TAKE</h1>
|
<h1>TAKE</h1>
|
||||||
<div>
|
<div>
|
||||||
{% if previous %}
|
{% if previous %}
|
||||||
<a href="{% url 'atlas:collection_case_view' pk=collection.pk case_number=case_number|add:-1 cid=cid passcode=passcode %}">Previous</a>
|
<a href="{% url 'atlas:collection_case_view_take' pk=collection.pk case_number=case_number|add:-1 cid=cid passcode=passcode %}">Previous</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if next %}
|
{% if next %}
|
||||||
<a href="{% url 'atlas:collection_case_view' pk=collection.pk case_number=case_number|add:1 cid=cid passcode=passcode %}">Next</a>
|
<a href="{% url 'atlas:collection_case_view_take' pk=collection.pk case_number=case_number|add:1 cid=cid passcode=passcode %}">Next</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user