summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-11-10 10:33:00 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:49 +0200
commit6fd78e655d18a2b29b42c223c6ebba74f4916666 (patch)
treecc58d16078f9ac0e491195f2e7ab06996c6786dd
parentef8455d9e88c7c7c6847009e3bca1982899ff58d (diff)
downloadIshtar-6fd78e655d18a2b29b42c223c6ebba74f4916666.tar.bz2
Ishtar-6fd78e655d18a2b29b42c223c6ebba74f4916666.zip
Context record - add find: fix form display
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 80638e9ad..d6d2f2b77 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -1018,7 +1018,7 @@ class ContextRecord(
"fa fa-plus",
_("find"),
"",
- True,
+ False,
),
]
return actions