summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-19 06:32:42 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-19 06:32:42 +0100
commit2c2f11be39f88310e21f974416d6cf24754fb269 (patch)
tree8ce0be3cfd6c0c27c61fa8c133c69511c7c0e478 /settings.py
parentd71078d03d741f5a59a4c08c2a7bfc3f6b94d9f4 (diff)
downloadtroggle-2c2f11be39f88310e21f974416d6cf24754fb269.tar.gz
troggle-2c2f11be39f88310e21f974416d6cf24754fb269.tar.bz2
troggle-2c2f11be39f88310e21f974416d6cf24754fb269.zip
[svn]
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index c69d03f..a3f5dd4 100644
--- a/settings.py
+++ b/settings.py
@@ -54,7 +54,7 @@ TEMPLATE_LOADERS = (
# 'django.template.loaders.eggs.load_template_source',
)
-TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "expo.context.settings_context", )
+TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "expo.context.troggle_context", )
LOGIN_REDIRECT_URL = '/'