diff options
author | James Anderson <james@jamesanderson.me> | 2014-04-24 14:50:24 -0400 |
---|---|---|
committer | James Anderson <james@jamesanderson.me> | 2014-04-24 14:50:24 -0400 |
commit | e5af34a0787f2b5fd8a4da8571659af545da54a4 (patch) | |
tree | 6c960eeb9aea55786b1465c886bb6c62e16a7365 /templates/user/setting.tmpl | |
parent | 32ae6896fa77f31f5626b41260743ef84c132b1e (diff) | |
download | gitea-e5af34a0787f2b5fd8a4da8571659af545da54a4.tar.gz gitea-e5af34a0787f2b5fd8a4da8571659af545da54a4.zip |
fixed some broken forms that were introduced in james-anderson@521c5f0e10
Diffstat (limited to 'templates/user/setting.tmpl')
-rw-r--r-- | templates/user/setting.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/setting.tmpl b/templates/user/setting.tmpl index a81f8bf61f..56d859fe41 100644 --- a/templates/user/setting.tmpl +++ b/templates/user/setting.tmpl @@ -5,7 +5,7 @@ <div id="user-setting-container" class="col-md-9"> <div id="setting-pwd"> <h4>Account Profile</h4> - <form class="form-horizontal" id="password-form" method="post" action="/user/setting"> + <form class="form-horizontal" id="password-form" method="post" action="/user/settings"> {{.CsrfTokenHtml}} {{template "base/alert" .}} <p>Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.</p> |