diff --git a/settings.py b/settings.py index 14f47a0..26d0e4e 100644 --- a/settings.py +++ b/settings.py @@ -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 = (