settings: set default wcsinst instance variables

This commit is contained in:
Benjamin Dauvergne 2013-11-04 18:37:25 +01:00
parent 7647750aea
commit 23d7669575
1 changed files with 4 additions and 0 deletions

View File

@ -400,6 +400,10 @@ CMS_TEXT_WRAPPERS = (
)
PORTAIL_CITOYEN_FAVICON_URL = 'http://www.montpellier-agglo.com/sites/all/themes/zen_agglo/favicon.png'
PORTAIL_CITOYEN_WCSINST_DEFAULT_VARIABLES = {
'commune_url': '',
'commune_legal_url': '',
}
ANNOUNCES_TRANSPORTS = (
'portail_citoyen_announces.transports.EmailTransport',