From 79636280a721c36eb07394944e618383adcee026 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 19 Nov 2024 20:55:53 +0100 Subject: [PATCH] Move current password input to the top, makes more sense --- .../templates/account.change-password.html.twig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/system/templates/account.change-password.html.twig b/system/templates/account.change-password.html.twig index 56e52c08..318d393f 100644 --- a/system/templates/account.change-password.html.twig +++ b/system/templates/account.change-password.html.twig @@ -4,6 +4,14 @@ Please enter your current password and a new password. For your security, please {% set background = config('darkborder') %} {% set content %} + + + + - - - -
+ Current Password: + + +
New Password: @@ -20,14 +28,6 @@ Please enter your current password and a new password. For your security, please
- Current Password: - - -
{% endset %} {% include 'tables.headline.html.twig' %}