summaryrefslogtreecommitdiff
path: root/main/actions.py
diff options
context:
space:
mode:
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'))]