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>2021-11-22 00:03:21 +0100
commitc259dc5d20ae78926caf7bd67913f3c9fc7d40c8 (patch)
treed28e5e5d89d1e6097bc9da732ac9c0b5f727daa7
parent5181ac74ae2f4ab51148d3b9023cf46efa7bcde6 (diff)
downloadIshtar-c259dc5d20ae78926caf7bd67913f3c9fc7d40c8.tar.bz2
Ishtar-c259dc5d20ae78926caf7bd67913f3c9fc7d40c8.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 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