From 9058b9350773fb7de4035881c183916a4acf3bf3 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Tue, 14 Mar 2023 16:28:36 +0100 Subject: [PATCH] Fix: encodage form config CAS --- app/templates/config_cas.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/config_cas.j2 b/app/templates/config_cas.j2 index 14b45695..6ca3020b 100644 --- a/app/templates/config_cas.j2 +++ b/app/templates/config_cas.j2 @@ -11,7 +11,7 @@
-
+ {{ form.hidden_tag() }} {{ wtf.form_errors(form, hiddens="only") }}