From 43c4b5930b78a901d8a011bbb8360734dadd4623 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 21 Nov 2017 16:24:33 +0100 Subject: [PATCH] templates: fix unclosed block in registration_success_body (#19566) --- templates/authentic2/registration_success_body.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authentic2/registration_success_body.txt b/templates/authentic2/registration_success_body.txt index eff9ceb..846796c 100644 --- a/templates/authentic2/registration_success_body.txt +++ b/templates/authentic2/registration_success_body.txt @@ -9,4 +9,4 @@ informations suivantes : Pour vous connecter, veuillez cliquer sur le lien suivantĀ : {{ login_url }} -{% endautoescape %} +{% endautoescape %}{% endblock %} -- 2.1.4