diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 18:57:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 18:57:24 +0200 |
commit | 9f3b80a859a8e54856dd283b635a4abfe377feb9 (patch) | |
tree | 9b93b76cb475bb8f07028cc9740f345933968da8 /templates/change_password.html.ep | |
parent | 03a67804050829e563bb44c7e9b22e45052672fd (diff) |
use /account/... links for mail/password change
Diffstat (limited to 'templates/change_password.html.ep')
-rw-r--r-- | templates/change_password.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change_password.html.ep b/templates/change_password.html.ep index fa03e28..29aa621 100644 --- a/templates/change_password.html.ep +++ b/templates/change_password.html.ep @@ -3,7 +3,7 @@ % } <h1>Passwort ändern</h1> -%= form_for '/change_password' => (method => 'POST') => begin +%= form_for '/account/password' => (method => 'POST') => begin %= csrf_field <div class="row"> <div class="input-field col s12"> |