From f7e5307d405849ff89b5a99e8072e2f5225bc37e Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 7 Feb 2010 20:55:13 +0000 Subject: Add a contact page git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@53 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- main/actions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'main/actions.py') 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')), []), ) -- cgit v1.2.3