summaryrefslogtreecommitdiff
path: root/chimere/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/actions.py')
-rw-r--r--chimere/actions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/chimere/actions.py b/chimere/actions.py
index ee57b28..61acaf4 100644
--- a/chimere/actions.py
+++ b/chimere/actions.py
@@ -29,9 +29,9 @@ class Action:
self.id, self.path, self.label = id, path, label
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('contribute', 'edit/', _('Contribute')),
+ (Action('edit', 'edit/', _('Add a new point of interest')),
+ Action('edit_route', 'edit_route/', _('Add a new route'))),
),]
if 'chimere_rss' in settings.INSTALLED_APPS: