From 87f452dfa79aaf8e37faca2b28ccaa3bfb80c889 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Dec 2019 16:37:49 +0100 Subject: [PATCH] add request context processor --- panikweb/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/panikweb/settings.py b/panikweb/settings.py index c80afae..442a4b2 100644 --- a/panikweb/settings.py +++ b/panikweb/settings.py @@ -120,6 +120,7 @@ TEMPLATES = [ 'OPTIONS': { 'context_processors': [ 'django.contrib.auth.context_processors.auth', + 'django.core.context_processors.request', 'django.template.context_processors.debug', 'django.template.context_processors.i18n', 'django.template.context_processors.media', -- 2.39.2