diff options
Diffstat (limited to 'templates/change_password_form.php')
| -rw-r--r-- | templates/change_password_form.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/change_password_form.php b/templates/change_password_form.php index 7a463fd..43d61c3 100644 --- a/templates/change_password_form.php +++ b/templates/change_password_form.php @@ -1,4 +1,5 @@ -<form method="post" action="/todo" hx-post="/fragment/changePassword" hx-disabled-elt="find button" hx-swap="outerHTML"> +<form method="post" action="/todo" hx-post="/fragment/changePassword" hx-disabled-elt="find button" hx-swap="outerHTML" + hx-target="this"> <div class="row"> <label for="changePassword-current"><?= __('changePassword.currentPassword') ?></label> <input type="password" id="changePassword-current" name="current" autocomplete="off" required |
