diff options
Diffstat (limited to 'archaeological_finds/ishtar_menu.py')
-rw-r--r-- | archaeological_finds/ishtar_menu.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py index f69f33f69..8cffe78e4 100644 --- a/archaeological_finds/ishtar_menu.py +++ b/archaeological_finds/ishtar_menu.py @@ -46,11 +46,11 @@ MENU_SECTIONS = [ model=models.Find, access_controls=['change_find', 'change_own_find']), - MenuItem( - 'treatment_creation', _(u"Add a treatment"), - model=models.Treatment, - access_controls=['change_find', - 'change_own_find']), + # MenuItem( + # 'treatment_creation', _(u"Add a treatment"), + # model=models.Treatment, + # access_controls=['change_find', + # 'change_own_find']), MenuItem( 'find_deletion', _(u"Deletion"), model=models.Find, |