diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index ffe59ec7..8a0d81fb 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -44,134 +44,167 @@ {% block content %} -
Exam mode: {{ collection.exam_mode }} - (open access: {{ collection.exam_open_access }}) -
++ {{ collection.exam_mode }} + (open access: {{ collection.exam_open_access }}) +
-- {% include "generic/partials/exams/exam_status.html#publish-results" %} - {% include "generic/partials/exams/exam_status.html#exam-active" %} -
++ {% include "generic/partials/exams/exam_status.html#publish-results" %} + {% include "generic/partials/exams/exam_status.html#exam-active" %} +
-Collection Type: {{ collection.get_collection_type_display }}
-Self review: {{ collection.self_review }}
-Open access: {{ collection.open_access }}
++ {{ collection.get_collection_type_display }} + Self review: {{ collection.self_review }} + {% if collection.open_access %} + Open + {% else %} + Restricted + {% endif %} +
- {% if collection.prerequisites.exists %} -- -
- {% endif %} - -This collection will be available to view/take here{% if not collection.active %} (when active){% endif %} - -
-Review collection here
- {% endif %}- -
- -- -
- - -Manage answers for this collection.
- - Please note these are permanant and cannot be undone.Manage answers for this collection.
+ Please note these are permanent and cannot be undone. +