From 9b632f4f5cbbf9350b9c54fe0df9c07e187c7aa4 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 21:15:22 +0100 Subject: [PATCH] .. --- atlas/templates/atlas/collection_candidates.html | 4 +--- atlas/templates/atlas/collection_detail.html | 3 +-- atlas/templates/atlas/collection_mark_overview.html | 4 +--- atlas/templates/atlas/collection_mark_question.html | 3 +-- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/atlas/templates/atlas/collection_candidates.html b/atlas/templates/atlas/collection_candidates.html index 02e2407d..44f48182 100644 --- a/atlas/templates/atlas/collection_candidates.html +++ b/atlas/templates/atlas/collection_candidates.html @@ -1,8 +1,6 @@ -{% extends 'atlas/base.html' %} +{% extends 'atlas/exams.html' %} {% block content %} - {% include 'atlas/collection_headers.html' %} - {% include "generic/exam_cids.html" %} {% endblock %} diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index f3ac26bf..0607528c 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -1,7 +1,6 @@ -{% extends 'atlas/base.html' %} +{% extends 'atlas/exams.html' %} {% block content %} - {% include 'atlas/collection_headers.html' %}
Exam mode: {{collection.exam_mode}}
Publish results: {{collection.publish_results}}
diff --git a/atlas/templates/atlas/collection_mark_overview.html b/atlas/templates/atlas/collection_mark_overview.html index fcea1c32..0e94d51c 100644 --- a/atlas/templates/atlas/collection_mark_overview.html +++ b/atlas/templates/atlas/collection_mark_overview.html @@ -1,8 +1,6 @@ -{% extends 'atlas/base.html' %} +{% extends 'atlas/exams.html' %} {% block content %} - {% include 'atlas/collection_headers.html' %} -
{% for case_detail, answers in case_map.items %}
diff --git a/atlas/templates/atlas/collection_mark_question.html b/atlas/templates/atlas/collection_mark_question.html index 281eb42a..82b38397 100644 --- a/atlas/templates/atlas/collection_mark_question.html +++ b/atlas/templates/atlas/collection_mark_question.html @@ -1,7 +1,6 @@ -{% extends 'atlas/base.html' %} +{% extends 'atlas/exams.html' %} {% block content %} - {% include 'atlas/collection_headers.html' %}

Marking case: {{case.title}}