Skip to content

Commit

Permalink
Restore the "debug" context processor, a default that was overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
pindia committed Apr 5, 2011
1 parent 7a856c9 commit 2a4182c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/biostar_settings.py
Expand Up @@ -115,6 +115,7 @@ def path_join(*args):

TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"biostar.context.extras",
)

Expand Down

0 comments on commit 2a4182c

Please sign in to comment.