This commit is contained in:
Ross
2022-03-29 22:38:13 +01:00
parent 7704132897
commit ef6cfe12e6
3 changed files with 6 additions and 0 deletions
@@ -4,6 +4,7 @@
{% if request.user.is_authenticated %}
<div class="floating-header">
<a href="{% url 'atlas:collection_update' pk=collection.pk %}" title="Edit the Collection">Edit</a>
<a href="{% url 'atlas:collection_delete' pk=collection.pk %}" title="Delete the Collection">Delete</a>
</div>
{% endif %}
<h2>{{collection.name}}