Add button to view all collections in user related collections template

This commit is contained in:
Ross
2026-01-26 11:11:37 +00:00
parent 048168e87d
commit d070adc326
@@ -15,5 +15,9 @@
{% endfor %}
</ul>
<div class="mt-3">
<a href="{% url 'atlas:collection_view' %}" class="btn btn-sm btn-outline-primary">View all collections</a>
</div>
</div>
</div>