diff --git a/atlas/templates/atlas/exams.html b/atlas/templates/atlas/exams.html index 54c86fe9..11e818dc 100644 --- a/atlas/templates/atlas/exams.html +++ b/atlas/templates/atlas/exams.html @@ -2,16 +2,17 @@ {% block navigation %} {{block.super}} -
Collection: {{collection.name}}-> Overview / + + {% include collection_headers.html %} +{% comment %} Collection: {{collection.name}}-> Overview / Mark / Scores / Candidates
Edit \ Delete - {% comment %} \ Clone {% endcomment %} {% if request.user.is_superuser %} \ Admin Edit {% endif %} -
+ {% endcomment %} {% endblock %}