From c33e8c0240ea62f07726eac29bc58dce7c18c0a6 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Aug 2025 11:48:43 +0100 Subject: [PATCH] Add open access display to collection detail page --- atlas/templates/atlas/collection_detail.html | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index 861c7e8a..ac40d30a 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -13,6 +13,7 @@ {% 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}}

Cases