Fix module path to cfp.context_processors
Fix incorrect module path in settings.py.
This commit is contained in:
parent
f91c04df5b
commit
32e0a72687
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user