From c259dc5d20ae78926caf7bd67913f3c9fc7d40c8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Nov 2021 10:33:00 +0100 Subject: Context record - add find: fix form display --- archaeological_context_records/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 4bc1ccb5e..fd917efa3 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -1006,7 +1006,7 @@ class ContextRecord( "fa fa-plus", _("find"), "", - True, + False, ), ] return actions -- cgit v1.2.3