Whoops, forgot one.

This commit is contained in:
Greg Taylor 2008-06-15 04:42:54 +00:00
parent ed1510c4a7
commit a525bf4134

View file

@ -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.