From 0372035961111423ef3e5f78b053c03cfc84a608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 8 Dec 2020 16:09:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D1=81=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=B2=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5=20jinja2=20=D1=84=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C=D1=82=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calculate/templates/template_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculate/templates/template_engine.py b/calculate/templates/template_engine.py index cddd647..0a17d90 100644 --- a/calculate/templates/template_engine.py +++ b/calculate/templates/template_engine.py @@ -1571,7 +1571,7 @@ class TemplateEngine: self.environment = Environment(trim_blocks=True, lstrip_blocks=True) - self.environment.filters = CALCULATE_FILTERS + self.environment.filters.update(CALCULATE_FILTERS) self.calculate_extension = CalculateExtension( self.environment,