diff --git a/atlas/templates/atlas/collection_headers.html b/atlas/templates/atlas/collection_headers.html index ec9ab3c1..ea56cb83 100644 --- a/atlas/templates/atlas/collection_headers.html +++ b/atlas/templates/atlas/collection_headers.html @@ -1,20 +1,43 @@ -{% if request.user.is_authenticated %} - Collection: {{collection.name}}-> Overview / - Cases / - History / - Mark / - Scores / - Candidates / - Add New Case / -
- Edit - \ Delete - \ Clone - \ Authors +{% if request.user.is_authenticated and collection %} + {% endif %}