summaryrefslogtreecommitdiff
path: root/main/actions.py
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-11 13:16:21 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-11 13:16:21 +0000
commit03c7e15227fb84b94d9f870aac69d7d54b61889a (patch)
treec7d4c5e276fd3092449c195b8c354f7ebe645979 /main/actions.py
parent4182d638dcbe194b65b38d1ae92068dadbefc84d (diff)
downloadChimère-03c7e15227fb84b94d9f870aac69d7d54b61889a.tar.bz2
Chimère-03c7e15227fb84b94d9f870aac69d7d54b61889a.zip
Modification of created routes
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@9 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'main/actions.py')
-rw-r--r--main/actions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/actions.py b/main/actions.py
index d47a323..a4bf06d 100644
--- a/main/actions.py
+++ b/main/actions.py
@@ -29,4 +29,5 @@ class Action:
def __init__(self, id, path, label):
self.id, self.path, self.label = id, main_path + path, label
-actions = [Action('view', '', _('View')), Action('edit', 'edit', _('Add'))]
+actions = [Action('view', '', _('View')), Action('edit', 'edit', _('Add')),
+ Action('edit-route', 'edit-route', _('Add route'))]