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}}
{% for case in collection.cases.all %}
@@ -17,4 +17,6 @@
{% endfor %}
+ This collection will be available to view here
+
{% endblock %}