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