From 6441b6d77723178b4456deca4189723205abfada Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 31 Oct 2008 17:07:03 +0100 Subject: [PATCH] Enable the request context processor. --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index 30463db..fdfa66e 100644 --- a/settings.py +++ b/settings.py @@ -101,6 +101,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media", + "django.core.context_processors.request", ) LOGIN_URL = "/accounts/login/" -- 2.30.2