From 06a0b9381e519ca7270ce86230f2b473cf0697a1 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:49:32 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_case_view_take.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 29c0c3b6..a0d88dd6 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -14,7 +14,7 @@ Description: {{case.description}} {% endif %} - {% if collection.show_history_pre and case.history%} + {% if collection.show_history and case.history%}
History: {{case.history}}