We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27da6c7 commit cd2c593Copy full SHA for cd2c593
templates/admin/user/edit.tmpl
@@ -4,7 +4,7 @@
4
{{.locale.Tr "admin.users.edit_account"}}
5
</h4>
6
<div class="ui attached segment">
7
- <form class="ui form" action="{{.Link}}" method="post">
+ <form class="ui form" action="{{.BaseUrl}}/edit" method="post">
8
{{template "base/disable_form_autofill"}}
9
{{.CsrfTokenHtml}}
10
<div class="field {{if .Err_UserName}}error{{end}}">
0 commit comments