diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-05-19 01:38:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-05-19 01:38:17 +0200 |
commit | 0e93e02daa16c704e43ec19d5b4028e7a93968a5 (patch) | |
tree | 95813f81c745f30839c4febba1990a85d7ab6d08 /archaeological_finds/ishtar_menu.py | |
parent | 95ac7dd7492eb0d469f84deacfa88e84d442c203 (diff) | |
download | Ishtar-0e93e02daa16c704e43ec19d5b4028e7a93968a5.tar.bz2 Ishtar-0e93e02daa16c704e43ec19d5b4028e7a93968a5.zip |
Manage basket content
Diffstat (limited to 'archaeological_finds/ishtar_menu.py')
-rw-r--r-- | archaeological_finds/ishtar_menu.py | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py index 9eaf601f2..d7a67091a 100644 --- a/archaeological_finds/ishtar_menu.py +++ b/archaeological_finds/ishtar_menu.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -64,13 +64,7 @@ MENU_SECTIONS = [ access_controls=['change_find', 'change_own_find']), MenuItem('find_basket_modification_add', - _(u"Add items"), - model=models.FindBasket, - access_controls=[ - 'change_find', - 'change_own_find']), - MenuItem('find_basket_modification_del', - _(u"Delete items"), + _(u"Manage items"), model=models.FindBasket, access_controls=[ 'change_find', |