diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/password.tmpl | 2 | ||||
-rw-r--r-- | templates/user/publickey.tmpl | 2 | ||||
-rw-r--r-- | templates/user/setting.tmpl | 2 |
3 files changed, 3 insertions, 3 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"> diff --git a/templates/user/publickey.tmpl b/templates/user/publickey.tmpl index 8eb7be487c..bf9aac1136 100644 --- a/templates/user/publickey.tmpl +++ b/templates/user/publickey.tmpl @@ -21,7 +21,7 @@ </ul> <div class="modal fade" id="ssh-add-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> - <form class="modal-content form-horizontal" id="ssh-form" method="post" action="/user/setting/ssh/"> + <form class="modal-content form-horizontal" id="ssh-form" method="post" action="/user/settings/ssh/"> {{.CsrfTokenHtml}} <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 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> |