diff options
Diffstat (limited to 'chimere/main/actions.py')
-rw-r--r-- | chimere/main/actions.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chimere/main/actions.py b/chimere/main/actions.py index f86e954..aa817c1 100644 --- a/chimere/main/actions.py +++ b/chimere/main/actions.py @@ -32,7 +32,8 @@ class Action: 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('edit_route', 'edit_route', _('Add a new route'))), + ), + (Action('charte', 'charte', _('Charte')), []),] if EMAIL_HOST: actions.append((Action('contact', 'contact', _('Contact us')), []),) |