This commit is contained in:
Ross
2022-04-02 22:54:03 +01:00
parent e739f018c1
commit 50053b9b9f
+1 -1
View File
@@ -5,7 +5,7 @@
<div class="floating-header">
<a href="{% url 'atlas:collection_update' collection.id %}" title="Edit the Collection">Edit</a>
\ <a href="{% url 'atlas:collection_delete' collection.id %}" title="Delete the Collection">Delete</a>
\ <a href="{% url 'atlas:collection_clone' collection.id %}" title="Clone the Collection">Clone</a>
{% comment %} \ <a href="{% url 'atlas:collection_clone' collection.id %}" title="Clone the Collection">Clone</a> {% endcomment %}
{% if request.user.is_superuser %}
\ <a href="{% url 'admin:atlas_collection_change' collection.id %}" title="Edit the Collection using the admin interface">Admin Edit</a>
{% endif %}