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