Fix module path to cfp.context_processors

Fix incorrect module path in settings.py.
This commit is contained in:
Thierry Carrez 2013-02-08 11:28:02 +01:00
parent f91c04df5b
commit 32e0a72687
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.request",
"cfp.context_processors.event",
"odsreg.cfp.context_processors.event",
)
MIDDLEWARE_CLASSES = (