summaryrefslogtreecommitdiff
path: root/chimere/main/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/main/actions.py')
-rw-r--r--chimere/main/actions.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/chimere/main/actions.py b/chimere/main/actions.py
index 2dba2ac..b6ee06a 100644
--- a/chimere/main/actions.py
+++ b/chimere/main/actions.py
@@ -34,9 +34,10 @@ actions = [(Action('view', '', _('View')), []),
(Action('edit', 'edit', _('Add a new point of interest')),
Action('edit_route', 'edit_route', _('Add a new route')))
),]
-if EMAIL_HOST:
- actions.append((Action('contact', 'contact', _('Contact us')), []),)
if 'chimere.rss' in INSTALLED_APPS:
actions.append((Action('rss', 'rss', _('Feeds')), []))
+if EMAIL_HOST:
+ actions.append((Action('contact', 'contact', _('Contact us')), []),)
+