diff options
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 |
commit | 6fd78e655d18a2b29b42c223c6ebba74f4916666 (patch) | |
tree | cc58d16078f9ac0e491195f2e7ab06996c6786dd /archaeological_context_records | |
parent | ef8455d9e88c7c7c6847009e3bca1982899ff58d (diff) | |
download | Ishtar-6fd78e655d18a2b29b42c223c6ebba74f4916666.tar.bz2 Ishtar-6fd78e655d18a2b29b42c223c6ebba74f4916666.zip |
Context record - add find: fix form display
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/models.py | 2 |
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 |