summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-02-24 01:58:25 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-02-24 01:58:25 +0100
commita15f6165f04cc249a42edde5f01851ccd2d7d4ac (patch)
treef048ebfbdc4dac598b0e3bafdb3aa04efb693657 /example_project/settings.py
parentb8c911e12b380efc49865ad8b18e825d23c4bdd0 (diff)
downloadIshtar-a15f6165f04cc249a42edde5f01851ccd2d7d4ac.tar.bz2
Ishtar-a15f6165f04cc249a42edde5f01851ccd2d7d4ac.zip
Fix dynamic table display in ODT and PDF
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 4b91c554f..cb6e0ad3e 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -104,6 +104,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.static",
+ "django.core.context_processors.request",
)
ROOT_URLCONF = 'example_project.urls'