From b732ced7255639e51269cda83d16a33d2a842a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 18 Jul 2014 10:52:06 +0200 Subject: [PATCH] setttings: fixes new authentic2 context processor --- compte_agglo_montpellier/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 34ece27..a6f3092 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -96,10 +96,10 @@ TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.request', 'django.contrib.messages.context_processors.messages', 'django.core.context_processors.static', - 'authentic2.context_processors.federations_processor', 'cms.context_processors.media', 'sekizai.context_processors.sekizai', 'portail_citoyen.context_processors.portail_citoyen', + 'authentic2.context_processors.a2_processor', ) MIDDLEWARE_CLASSES = (