From 4a19fba4b83043501f8ac0d7d0246101e867ec14 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:57:37 +0100 Subject: [PATCH] . --- atlas/templates/atlas/exams.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 %}