diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-10 10:33:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-22 00:03:21 +0100 |
commit | c259dc5d20ae78926caf7bd67913f3c9fc7d40c8 (patch) | |
tree | d28e5e5d89d1e6097bc9da732ac9c0b5f727daa7 | |
parent | 5181ac74ae2f4ab51148d3b9023cf46efa7bcde6 (diff) | |
download | Ishtar-c259dc5d20ae78926caf7bd67913f3c9fc7d40c8.tar.bz2 Ishtar-c259dc5d20ae78926caf7bd67913f3c9fc7d40c8.zip |
Context record - add find: fix form display
-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 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 |