From e9aea17e1be1a2680b8410cc611ab523ae39feec Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 30 May 2024 14:21:52 +0200 Subject: [PATCH] Close form in proper place --- system/templates/account.login.html.twig | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/system/templates/account.login.html.twig b/system/templates/account.login.html.twig index 6ab08df9..c1b4afcc 100644 --- a/system/templates/account.login.html.twig +++ b/system/templates/account.login.html.twig @@ -61,20 +61,19 @@ Please enter your account {{ account|lower }} and your password.
-
- {{ csrf() }} - - + + + {{ include('buttons.account_lost.html.twig') }} - - - +
+ + +