summaryrefslogtreecommitdiff
path: root/ishtar/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r--ishtar/settings.py.example2
1 files changed, 1 insertions, 1 deletions
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",