From bf47abf440b1d977640429be026cad79104ef3d3 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 21 Apr 2022 17:38:39 +0100 Subject: [PATCH] . --- atlas/templates/atlas/exams.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 atlas/templates/atlas/exams.html diff --git a/atlas/templates/atlas/exams.html b/atlas/templates/atlas/exams.html new file mode 100644 index 00000000..c3ec9b80 --- /dev/null +++ b/atlas/templates/atlas/exams.html @@ -0,0 +1,17 @@ +{% extends 'anatomy/base.html' %} + +{% block navigation %} + {{block.super}} + Collection: {{collection.name}}-> Overview / + Mark / + Scores / + Candidates +
+ Edit + \ Delete + {% comment %} \ Clone {% endcomment %} + {% if request.user.is_superuser %} + \ Admin Edit + {% endif %} +
+{% endblock %}