summaryrefslogtreecommitdiff
path: root/chimere/actions.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-28 00:29:13 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-28 00:29:13 +0100
commit556b3e2c9d2d379fdcf1d6bcecac9bcd7c8d275d (patch)
treeb96309b8e181ee2ae5a20bc52f7162fe96712156 /chimere/actions.py
parent6d4cf0337e09e67bb454c2116cce13846aa0d22d (diff)
downloadChimère-556b3e2c9d2d379fdcf1d6bcecac9bcd7c8d275d.tar.bz2
Chimère-556b3e2c9d2d379fdcf1d6bcecac9bcd7c8d275d.zip
Allow modification of markers on the main interface
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: