aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-23 19:39:05 -0400
committerUnknwon <u@gogs.io>2017-03-23 19:39:05 -0400
commita6dbde4c4631573f06d39a2e8ee148e55504d06e (patch)
treee810b1d3fc64dca56ef9e876eb4893336a305ff8
parent8ce23e2c7153aeea2f44cd0355511130bdb5f285 (diff)
user/settings: minor input style fix (#4327)
-rw-r--r--templates/user/settings/delete.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/delete.tmpl b/templates/user/settings/delete.tmpl
index b95eb210..e49d242c 100644
--- a/templates/user/settings/delete.tmpl
+++ b/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>