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_mail.html.ep | |
parent | 03a67804050829e563bb44c7e9b22e45052672fd (diff) |
use /account/... links for mail/password change
Diffstat (limited to 'templates/change_mail.html.ep')
-rw-r--r-- | templates/change_mail.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change_mail.html.ep b/templates/change_mail.html.ep index 6fde245..65d3d8d 100644 --- a/templates/change_mail.html.ep +++ b/templates/change_mail.html.ep @@ -20,7 +20,7 @@ % } <h1>Mail ändern</h1> -%= form_for '/change_mail' => (method => 'POST') => begin +%= form_for '/account/mail' => (method => 'POST') => begin %= csrf_field <div class="row"> <div class="input-field col s12"> |