diff options
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"> |