summaryrefslogtreecommitdiff
path: root/babel.cfg
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-04-17 18:03:32 +0200
committerFlorian Dold <florian@dold.me>2022-04-17 18:03:32 +0200
commit430d133234a55400cfcbf6deb810dd15e79540ea (patch)
tree98f94b08f2c45780351a077e058d98fea48ad9ae /babel.cfg
parentf865953996142a69850acdf7005e712bcab344e6 (diff)
downloadtaler-merchant-demos-430d133234a55400cfcbf6deb810dd15e79540ea.tar.gz
taler-merchant-demos-430d133234a55400cfcbf6deb810dd15e79540ea.tar.bz2
taler-merchant-demos-430d133234a55400cfcbf6deb810dd15e79540ea.zip
autoescape extension is part of jinja2 now
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.cfg b/babel.cfg
index 1cbe423..3c12524 100644
--- a/babel.cfg
+++ b/babel.cfg
@@ -1,4 +1,4 @@
[jinja2: **/templates/**.j2]
-extensions=jinja2.ext.autoescape,jinja2.ext.with_
+extensions=jinja2.ext.with_
[python: **/*.py]