From a525bf41344a872a6730930cde3d2520d694d330 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Sun, 15 Jun 2008 04:42:54 +0000 Subject: [PATCH] Whoops, forgot one. --- settings_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings_common.py b/settings_common.py index 2c6d5e0598..f21a048ce5 100644 --- a/settings_common.py +++ b/settings_common.py @@ -17,7 +17,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.debug', 'django.core.context_processors.i18n', 'django.core.context_processors.media', - 'apps.website.webcontext.general_context', + 'webapps.website.webcontext.general_context', ) # MiddleWare are semi-transparent extensions to Django's functionality.