diff options
Diffstat (limited to 'templates/user/password.tmpl')
-rw-r--r-- | templates/user/password.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/password.tmpl b/templates/user/password.tmpl index cba9cce0c5..c55d27fa1a 100644 --- a/templates/user/password.tmpl +++ b/templates/user/password.tmpl @@ -5,7 +5,7 @@ <div id="user-setting-container" class="col-md-9"> <div id="setting-pwd"> <h4>Password</h4> - <form class="form-horizontal" id="password-form" method="post" action="/user/setting/password"> + <form class="form-horizontal" id="password-form" method="post" action="/user/settings/password"> {{.CsrfTokenHtml}} {{template "base/alert" .}} <div class="form-group"> |