This commit is contained in:
Ross
2022-04-02 23:03:42 +01:00
parent c9d93475e5
commit 58ae0692e0
+1 -1
View File
@@ -5,7 +5,7 @@
Collection: {{collection.name}}-> <a href="{% url 'atlas:collection_detail' pk=collection.pk %}">Overview</a> /
<a href="{% url 'atlas:collection_mark_cid' collection.pk %}">Mark</a> /
<a href="{% url 'atlas:collection_scores_cid' collection.pk %}">Scores</a> /
<a href="{% url 'atlas:collection_cids' collection.pk %}">Candidates</a>
<a href="{% url 'atlas:collection_candidates' collection.pk %}">Candidates</a>
<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>