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 %}