summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_finds.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-06-11 15:13:09 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:20 +0100
commit907e82a50969a4fe6cfcbf9538792f2c754898fa (patch)
tree93f1e26e1f53c65bebfdbd69e10b3bde0dec4918 /archaeological_finds/models_finds.py
parent855d7df00ff702b8191bbe6bb44a21124799228e (diff)
downloadIshtar-907e82a50969a4fe6cfcbf9538792f2c754898fa.tar.bz2
Ishtar-907e82a50969a4fe6cfcbf9538792f2c754898fa.zip
Container: bulk update
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r--archaeological_finds/models_finds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 1f0734df1..16287016b 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -1428,11 +1428,11 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem,
QA_EDIT = QuickAction(
url="find-qa-bulk-update", icon_class="fa fa-pencil",
- text=_(u"Bulk update"), target="many",
+ text=_("Bulk update"), target="many",
rights=['change_find', 'change_own_find'])
QA_LOCK = QuickAction(
url="find-qa-lock", icon_class="fa fa-lock",
- text=_(u"Lock/Unlock"), target="many",
+ text=_("Lock/Unlock"), target="many",
rights=['change_find', 'change_own_find']
)