mirror of https://github.com/gogs/gogs.git
user/settings: minor input style fix (#4327)
parent
8ce23e2c71
commit
a6dbde4c46
|
@ -15,7 +15,7 @@
|
|||
<form class="ui form" id="delete-form" action="{{.Link}}" method="post">
|
||||
{{.CsrfTokenHtml}}
|
||||
<input class="fake" type="password">
|
||||
<div class="inline required field {{if .Err_Password}}error{{end}}">
|
||||
<div class="required field {{if .Err_Password}}error{{end}}">
|
||||
<label for="password">{{.i18n.Tr "password"}}</label>
|
||||
<input id="password" name="password" type="password" autofocus required>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue