Skip to content

Commit

Permalink
[chore] Remove deprecated Jinja2 extensions. (spiral-project#1279)
Browse files Browse the repository at this point in the history
autoescape and with extensions are now built-in
to the Jinja2 compiler since v3.

See https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-0-0
  • Loading branch information
almet authored Feb 6, 2024
1 parent 3dac4d0 commit 613154e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ihatemoney/babel.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[python: **.py]
[jinja2: **/templates/**.html]
extensions=jinja2.ext.autoescape,jinja2.ext.with_

0 comments on commit 613154e

Please sign in to comment.