We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b720d2 commit ad26ab4Copy full SHA for ad26ab4
1 file changed
ietf/settings.py
@@ -106,8 +106,8 @@
106
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
107
108
TEMPLATE_LOADERS = (
109
- 'django.template.loaders.filesystem.load_template_source',
110
- 'django.template.loaders.app_directories.load_template_source',
+ 'django.template.loaders.filesystem.Loader',
+ 'django.template.loaders.app_directories.Loader',
111
'ietf.dbtemplate.template.load_template_source',
112
)
113
@@ -135,7 +135,7 @@
135
136
137
TEMPLATE_CONTEXT_PROCESSORS = (
138
- 'django.core.context_processors.auth',
+ 'django.contrib.auth.context_processors.auth',
139
'django.core.context_processors.debug',
140
'django.core.context_processors.i18n',
141
'django.core.context_processors.request',
0 commit comments