diff options
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 |
commit | a8a99c748ba13ef394ff9006f0e192f320c459f1 (patch) | |
tree | 93f1e26e1f53c65bebfdbd69e10b3bde0dec4918 /archaeological_finds/models_finds.py | |
parent | 4ea9e96c0644b0986b1cf9d6b833f5bc3a175e94 (diff) | |
download | Ishtar-a8a99c748ba13ef394ff9006f0e192f320c459f1.tar.bz2 Ishtar-a8a99c748ba13ef394ff9006f0e192f320c459f1.zip |
Container: bulk update
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 4 |
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'] ) |