summaryrefslogtreecommitdiff
path: root/main/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/actions.py')
-rw-r--r--main/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/actions.py b/main/actions.py
index d2cd409..74b622a 100644
--- a/main/actions.py
+++ b/main/actions.py
@@ -34,4 +34,5 @@ actions = ((Action('view', '', _('View')), []),
(Action('edit', 'edit', _('Add a new point of interest')),
Action('edit_route', 'edit_route', _('Add a new route')))
),
+ (Action('contact', 'contact', _('Contact us')), []),
)