Skip to content

Commit

Permalink
need auth in context_processors for admin login
Browse files Browse the repository at this point in the history
  • Loading branch information
visiblegovernment committed Feb 16, 2011
1 parent 7be3fbc commit ba48445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Expand Up @@ -58,6 +58,7 @@
# include request object in template to determine active page
TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.request',
'django.core.context_processors.auth',
)

MIDDLEWARE_CLASSES = (
Expand Down

0 comments on commit ba48445

Please sign in to comment.