From 787e62c2ce78bc10eb43d0ba9cc27cb9d6d5ad42 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 30 Apr 2022 14:22:27 +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 b43fa2b0..812fc62d 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 and case.history%} + {% if show_history and case.history%}
History: {{case.history}}