Enable the request context processor.
[matthijs/projects/xerxes.git] / settings.py
index 30463db4fd2e346f5332d644a6519d32a7647c51..fdfa66e178f86dbe621b464ce6cda055d6ce7d9b 100644 (file)
@@ -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/"