diff options
author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-02-07 20:55:13 +0000 |
---|---|---|
committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-02-07 20:55:13 +0000 |
commit | f7e5307d405849ff89b5a99e8072e2f5225bc37e (patch) | |
tree | 4c817d33185b6659aa35dbd852d015e62e58a205 /main/actions.py | |
parent | 3a8e39a3968703d9c6aa73a26e4f41ff9bbd1e7f (diff) | |
download | Chimère-f7e5307d405849ff89b5a99e8072e2f5225bc37e.tar.bz2 Chimère-f7e5307d405849ff89b5a99e8072e2f5225bc37e.zip |
Add a contact page
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@53 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'main/actions.py')
-rw-r--r-- | main/actions.py | 1 |
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')), []), ) |