diff options
Diffstat (limited to 'main/actions.py')
-rw-r--r-- | main/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/actions.py b/main/actions.py index a4bf06d..77f8a46 100644 --- a/main/actions.py +++ b/main/actions.py @@ -30,4 +30,4 @@ class Action: self.id, self.path, self.label = id, main_path + path, label actions = [Action('view', '', _('View')), Action('edit', 'edit', _('Add')), - Action('edit-route', 'edit-route', _('Add route'))] + Action('edit_route', 'edit_route', _('Add route'))] |