diff options
Diffstat (limited to 'chimere/actions.py')
| -rw-r--r-- | chimere/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/actions.py b/chimere/actions.py index d9ed274..824b14f 100644 --- a/chimere/actions.py +++ b/chimere/actions.py @@ -42,7 +42,7 @@ DEFAULT_ACTIONS = [[Action('view', 'chimere:index', _('View')), []], [Action('contribute', 'chimere:edit', _('Contribute'), condition=lambda user, map_name:bool( Map.getAvailable(user=user, urn=map_name, single=True, - edit=True))), + propose=True))), (Action('edit', 'chimere:edit', _('Add a new point of interest')), Action('edit-route', 'chimere:editroute', _('Add a new route'))), ], |
