diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-19 06:32:42 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-19 06:32:42 +0100 |
commit | 9c1e978da28228cd14d4f2a0ff3ac08ea73240ed (patch) | |
tree | a28940ce2f740f4f75ac9ebf7d6599da199f41c0 /settings.py | |
parent | e9eb00f65dfb18e4b6c26e72c130854bd0cd318d (diff) | |
download | troggle-9c1e978da28228cd14d4f2a0ff3ac08ea73240ed.tar.gz troggle-9c1e978da28228cd14d4f2a0ff3ac08ea73240ed.tar.bz2 troggle-9c1e978da28228cd14d4f2a0ff3ac08ea73240ed.zip |
[svn]
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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 = '/' |