From a2bb0b02232890c8a833233cb50fba5f49fa462a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 4 Jan 2011 15:40:05 +0100 Subject: Correct urls --- ishtar/settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 4cb1a710c..893cfd433 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -88,7 +88,7 @@ MIDDLEWARE_CLASSES = ( ) TEMPLATE_CONTEXT_PROCESSORS = ( - 'furnitures.context_processors.get_base_context', + 'ishtar.furnitures.context_processors.get_base_context', "django.core.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", -- cgit v1.2.3