Commit 85c1bb23f4d2f698c27731ae49ff0e1cd2e569a5
1 parent
20791e1d
Exists in
master
and in
39 other branches
Fixing merge conflicts
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/colab/custom_settings.py
@@ -209,6 +209,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( | @@ -209,6 +209,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( | ||
209 | 'django.core.context_processors.tz', | 209 | 'django.core.context_processors.tz', |
210 | 'django.contrib.messages.context_processors.messages', | 210 | 'django.contrib.messages.context_processors.messages', |
211 | 'django.core.context_processors.request', | 211 | 'django.core.context_processors.request', |
212 | + 'django_browserid.context_processors.browserid', | ||
212 | 'django_mobile.context_processors.is_mobile', | 213 | 'django_mobile.context_processors.is_mobile', |
213 | 'super_archives.context_processors.mailarchive', | 214 | 'super_archives.context_processors.mailarchive', |
214 | 'home.context_processors.robots', | 215 | 'home.context_processors.robots', |