From 4b93a29c3d8991b71b5e5f8a7b8453ea0d344f88 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 8 Apr 2022 23:28:20 +0100 Subject: [PATCH] . --- .../templates/atlas/collection_case_view.html | 90 ------------------- atlas/templates/atlas/collection_detail.html | 6 ++ 2 files changed, 6 insertions(+), 90 deletions(-) delete mode 100644 atlas/templates/atlas/collection_case_view.html diff --git a/atlas/templates/atlas/collection_case_view.html b/atlas/templates/atlas/collection_case_view.html deleted file mode 100644 index 2ef86e7e..00000000 --- a/atlas/templates/atlas/collection_case_view.html +++ /dev/null @@ -1,90 +0,0 @@ -{% extends 'atlas/base.html' %} - -{% block content %} -

Case {{case_number|add:1}} - - {% if collection.show_title %} - : {{case.title}} - {% endif %} - -

- - {% if collection.show_description and case.description%} -
- Description: {{case.description}} -
- {% endif %} - {% if collection.show_history and case.history%} -
- History: {{case.history}} -
- {% endif %} - -
- {% for series in series_list %} - - - Series {{ forloop.counter }}: - - {{series.get_block}} - - - - {% endfor %} -
- -
-
-
- -
- {% if collection.show_discussion and case.discussion%} -
- - Discussion: - -
- {{case.discussion}} -
-
- {% endif %} - {% if collection.show_report and case.report%} -
- - Report: - -
- {{case.report}} -
-
- {% endif %} - -
- {% if previous %} - Previous - {% endif %} - {% if next %} - Next - {% endif %} -
-
- Return to collection - - -{% endblock %} -{% block js %} - - -{% endblock js %} diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index 5fe25d02..940b5ca0 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -2,6 +2,12 @@ {% block content %} {% include 'atlas/collection_headers.html' %} +
+ Exam mode: {{collection.exam_mode}} + Publish results: {{collection.publish_results}} + Active: {{collection.active}} + Collection Type: {{collection.collection_type}} +