From 64be7126caa29b673df3e1e5f894147391258b78 Mon Sep 17 00:00:00 2001
From: Jan Mach <jan.mach@cesnet.cz>
Date: Wed, 1 Apr 2020 14:11:34 +0200
Subject: [PATCH] Reverted Jinja2 library back to version 2.10.3 due to the
 bug.

This bug was introduced in version 2.11.0 and is fixed in 2.11.2, which is not yet released. Reference:

	https://github.com/pallets/jinja/issues/1145
---
 conf/requirements.pip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/requirements.pip b/conf/requirements.pip
index 49e27f222..5441052bf 100644
--- a/conf/requirements.pip
+++ b/conf/requirements.pip
@@ -6,7 +6,7 @@ babel==2.8.0
 wtforms==2.2.1
 sqlalchemy==1.3.15
 alembic==1.4.2
-jinja2==2.11.1
+jinja2==2.10.3
 blinker==1.4
 bsddb3==6.2.7
 flask==1.1.1
-- 
GitLab