From 5758cb51350ead0cd7078dae4ef8e744ab2568fe Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 21 Apr 2022 17:42:26 +0100 Subject: [PATCH] . --- atlas/templates/atlas/exams.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/atlas/templates/atlas/exams.html b/atlas/templates/atlas/exams.html index 39bf663c..12cdde1d 100644 --- a/atlas/templates/atlas/exams.html +++ b/atlas/templates/atlas/exams.html @@ -2,16 +2,16 @@ {% block navigation %} {{block.super}} - Collection: {{collection.name}}-> Overview / - Mark / - Scores / - Candidates + Collection: {{collection.name}}-> Overview / + Mark / + Scores / + Candidates
- Edit + Edit \ Delete {% comment %} \ Clone {% endcomment %} {% if request.user.is_superuser %} - \ Admin Edit + \ Admin Edit {% endif %}
{% endblock %}