summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-11-22 00:32:45 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-04 18:49:51 +0100
commit3c52849b3e74c255701609b69b2b23bc5ab09eb4 (patch)
treeebc1f8fe11f205419bcae2b34b93d201fb180a64
parent1c7d3776b2a9abb885866bd72db54cb5ba136001 (diff)
downloadIshtar-3c52849b3e74c255701609b69b2b23bc5ab09eb4.tar.bz2
Ishtar-3c52849b3e74c255701609b69b2b23bc5ab09eb4.zip
Quick action context record: change position of +find button (refs #5184)
-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 a5608c8d0..7fb946718 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -998,7 +998,7 @@ class ContextRecord(
"fa fa-plus",
_("find"),
"",
- False,
+ True,
),
]
can_edit_cr = self.can_do(request, "change_contextrecord")