Skip to content

Commit

Permalink
ticket:41 Added request context processor
Browse files Browse the repository at this point in the history
  • Loading branch information
alekzvik committed Feb 5, 2014
1 parent 5829829 commit 2875205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions p2psafety_django/p2psafety/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
'django.core.context_processors.static',
'django.core.context_processors.tz',
'django.contrib.messages.context_processors.messages',

'django.core.context_processors.request',

# python-social-auth
'social.apps.django_app.context_processors.backends',
'social.apps.django_app.context_processors.login_redirect',
Expand Down

0 comments on commit 2875205

Please sign in to comment.