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 61acaf4..4fe9bff 100644 --- a/chimere/actions.py +++ b/chimere/actions.py @@ -31,7 +31,7 @@ class Action: actions = [(Action('view', '', _('View')), []), (Action('contribute', 'edit/', _('Contribute')), (Action('edit', 'edit/', _('Add a new point of interest')), - Action('edit_route', 'edit_route/', _('Add a new route'))), + Action('edit-route', 'edit-route/', _('Add a new route'))), ),] if 'chimere_rss' in settings.INSTALLED_APPS: |