Browse Source

user/settings: minor input style fix (#4327)

pull/4343/head
Unknwon 8 years ago
parent
commit
a6dbde4c46
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      templates/user/settings/delete.tmpl

2
templates/user/settings/delete.tmpl

@ -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…
Cancel
Save