From 8390957edb6f73c6171d87097bf3d0ef07f0dc0e Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 21:12:45 +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 26349bba..45926d1d 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 %}