From e95bf2a448514b532d0e97829b0477c8cf9e1460 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 8 Apr 2022 23:30:21 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_detail.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index 940b5ca0..a6740be7 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -3,10 +3,10 @@ {% 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}} + Exam mode: {{collection.exam_mode}}
+ Publish results: {{collection.publish_results}}
+ Active: {{collection.active}}
+ Collection Type: {{collection.collection_type}}
+

This collection will be available to view here + {% endblock %}