summaryrefslogtreecommitdiff
path: root/chimere/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/actions.py')
-rw-r--r--chimere/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/actions.py b/chimere/actions.py
index d7c25c9..1425e14 100644
--- a/chimere/actions.py
+++ b/chimere/actions.py
@@ -45,7 +45,7 @@ class Action:
args=[area_name if area_name else ''] + self.extra_url_args)
default_actions = [
- (Action('view', 'chimere:index', _('View')), []),
+ (Action('view', settings.MAIN_INDEX, _('View')), []),
(Action('contribute', 'chimere:edit', _('Contribute')),
(Action('edit-marker', 'chimere:editmarker',
_('Add a new point of interest')),