From 5afc6b911f8c927c40782cc9a338353741e2f55b Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Mon, 28 Nov 2022 13:05:19 -0800 Subject: [PATCH] Remove Jinja extentions that are now built in (#1008) --- python/web/babel.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/python/web/babel.cfg b/python/web/babel.cfg index f0234b32..759e805a 100644 --- a/python/web/babel.cfg +++ b/python/web/babel.cfg @@ -1,3 +1,2 @@ [python: **.py] [jinja2: **/templates/**.html] -extensions=jinja2.ext.autoescape,jinja2.ext.with_