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