From ce295070963c1daa2084fb09d35bd35149e09eb1 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 21:16:16 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_headers.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/atlas/templates/atlas/collection_headers.html b/atlas/templates/atlas/collection_headers.html index 45926d1d..26349bba 100644 --- a/atlas/templates/atlas/collection_headers.html +++ b/atlas/templates/atlas/collection_headers.html @@ -1,15 +1,15 @@ {% if request.user.is_authenticated %} - Collection: {{collection.name}}-> Overview / - Mark / - Scores / - Candidates + Collection: {{collection.name}}-> Overview / + Mark / + Scores / + Candidates
- Edit - \ Delete - {% comment %} \ Clone {% endcomment %} + Edit + \ Delete + {% comment %} \ Clone {% endcomment %} {% if request.user.is_superuser %} - \ Admin Edit + \ Admin Edit {% endif %}
{% endif %}