diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index 54ab31f302..13541d380f 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -186,7 +186,7 @@ TEMPLATES = [ | |||
186 | 'django.template.context_processors.tz', | 186 | 'django.template.context_processors.tz', |
187 | 'django.contrib.messages.context_processors.messages', | 187 | 'django.contrib.messages.context_processors.messages', |
188 | # Custom | 188 | # Custom |
189 | 'django.core.context_processors.request', | 189 | 'django.template.context_processors.request', |
190 | 'toastergui.views.managedcontextprocessor', | 190 | 'toastergui.views.managedcontextprocessor', |
191 | 191 | ||
192 | ], | 192 | ], |