Skip to content
Snippets Groups Projects
Commit 7ae0005a authored by Bridger Maxwell's avatar Bridger Maxwell
Browse files

Fixed CMS setting for 1.4 transition.

parent 14a35b96
No related merge requests found
......@@ -83,7 +83,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.request',
'django.core.context_processors.static',
'django.contrib.messages.context_processors.messages',
'django.core.context_processors.auth', # this is required for admin
'django.contrib.auth.context_processors.auth', # this is required for admin
'django.core.context_processors.csrf', # necessary for csrf protection
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment