diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-06 21:08:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-06 21:09:26 +0200 |
commit | 1d03951916abe35062d16336f6cf80c989004493 (patch) | |
tree | fb18a55495f1bbf3cd181f912ec3bee6ce94ade4 /chimere/actions.py | |
parent | 2f843cc211968c135bd33ffa8838f5cf2d2b3129 (diff) | |
download | Chimère-1d03951916abe35062d16336f6cf80c989004493.tar.bz2 Chimère-1d03951916abe35062d16336f6cf80c989004493.zip |
Add public polygon edition form - import public edition forms
Diffstat (limited to 'chimere/actions.py')
-rw-r--r-- | chimere/actions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/actions.py b/chimere/actions.py index 49f4a90..ac2bbaf 100644 --- a/chimere/actions.py +++ b/chimere/actions.py @@ -48,7 +48,8 @@ default_actions = [ (Action('view', 'chimere:index', _('View')), []), (Action('contribute', 'chimere:edit', _('Contribute')), (Action('edit', 'chimere:edit', _('Add a new point of interest')), - Action('edit-route', 'chimere:editroute', _('Add a new route'))), + Action('edit-route', 'chimere:editroute', _('Add a new route')), + Action('edit-polygon', 'chimere:editpolygon', _('Add a new polygon'))), )] if hasattr(settings, 'CHIMERE_DIRECTORY') and settings.CHIMERE_DIRECTORY: |