Skip to content

Commit cd2c593

Browse files
committed
fix
1 parent 27da6c7 commit cd2c593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/user/edit.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{.locale.Tr "admin.users.edit_account"}}
55
</h4>
66
<div class="ui attached segment">
7-
<form class="ui form" action="{{.Link}}" method="post">
7+
<form class="ui form" action="{{.BaseUrl}}/edit" method="post">
88
{{template "base/disable_form_autofill"}}
99
{{.CsrfTokenHtml}}
1010
<div class="field {{if .Err_UserName}}error{{end}}">

0 commit comments

Comments
 (0)