From 23d766957566606d3457572bee6abf30b2b5bb84 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Nov 2013 18:37:25 +0100 Subject: [PATCH] settings: set default wcsinst instance variables --- compte_agglo_montpellier/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index f0d6742..a65dac8 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -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',