diff options
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 |
commit | 22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1 (patch) | |
tree | f048ebfbdc4dac598b0e3bafdb3aa04efb693657 /example_project | |
parent | ec49bd15c904020bc9111806f19211c42ded7daa (diff) | |
download | Ishtar-22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1.tar.bz2 Ishtar-22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1.zip |
Fix dynamic table display in ODT and PDF
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
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' |