From 45ef390829f8c8ecf8719190f42da85c60c21ec2 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 24 May 2025 11:42:59 +0200 Subject: [PATCH] Nothing important --- system/templates/account.change-password.html.twig | 2 +- system/templates/account.characters.change-name.html.twig | 4 ++-- system/templates/account.generate_recovery_key.html.twig | 2 +- system/templates/account.login.html.twig | 6 ++++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/system/templates/account.change-password.html.twig b/system/templates/account.change-password.html.twig index 318d393f..df101323 100644 --- a/system/templates/account.change-password.html.twig +++ b/system/templates/account.change-password.html.twig @@ -37,7 +37,7 @@ Please enter your current password and a new password. For your security, please -
+
{{ csrf() }} {{ include('buttons.submit.html.twig') }} diff --git a/system/templates/account.characters.change-name.html.twig b/system/templates/account.characters.change-name.html.twig index 7c0d18f3..7a0cfe22 100644 --- a/system/templates/account.characters.change-name.html.twig +++ b/system/templates/account.characters.change-name.html.twig @@ -35,7 +35,7 @@ To change a name of character select player and choose a new name.
-
+ {{ csrf() }} @@ -48,7 +48,7 @@ To change a name of character select player and choose a new name.
- - diff --git a/system/templates/account.login.html.twig b/system/templates/account.login.html.twig index fe52d7f9..a264e488 100644 --- a/system/templates/account.login.html.twig +++ b/system/templates/account.login.html.twig @@ -2,9 +2,11 @@ Please enter your account {{ account|lower }} and your password.
Create an account if you do not have one yet.

{{ csrf() }} + {% if redirect is not null %} {% endif %} +
+ {{ csrf() }} {{ include('buttons.back.html.twig') }} diff --git a/system/templates/account.generate_recovery_key.html.twig b/system/templates/account.generate_recovery_key.html.twig index 29ed1ec5..c34132f0 100644 --- a/system/templates/account.generate_recovery_key.html.twig +++ b/system/templates/account.generate_recovery_key.html.twig @@ -35,7 +35,7 @@ To generate recovery key for your account please enter your password.

{{ csrf() }}
+ {{ include('buttons.back.html.twig') }}
@@ -64,7 +66,7 @@ Please enter your account {{ account|lower }} and your password.
- @@ -73,7 +75,7 @@ Please enter your account {{ account|lower }} and your password.
-
+ {{ include('buttons.submit.html.twig') }}
+ {{ include('buttons.account_lost.html.twig') }}