Browse Source

fix invalid attached classes

pull/30707/head
silverwind 1 week ago
parent
commit
f6df3ef0ae
No account linked to committer's email address

+ 1
- 1
templates/user/settings/account.tmpl View File

@@ -111,7 +111,7 @@
{{end}}
</div>
</div>
<div class="ui attached bottom segment">
<div class="ui bottom attached segment">
<form class="ui form" action="{{AppSubUrl}}/user/settings/account/email" method="post">
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_Email}}error{{end}}">

+ 1
- 1
templates/user/settings/applications.tmpl View File

@@ -49,7 +49,7 @@
{{end}}
</div>
</div>
<div class="ui attached bottom segment">
<div class="ui bottom attached segment">
<h5 class="ui top header">
{{ctx.Locale.Tr "settings.generate_new_token"}}
</h5>

+ 1
- 1
templates/user/settings/applications_oauth2_edit_form.tmpl View File

@@ -30,7 +30,7 @@
</form>
</div>
</div>
<div class="ui attached bottom segment">
<div class="ui bottom attached segment">
<form class="ui form ignore-dirty" action="{{.FormActionPath}}" method="post">
{{.CsrfTokenHtml}}
<div class="field {{if .Err_AppName}}error{{end}}">

+ 1
- 1
templates/user/settings/applications_oauth2_list.tmpl View File

@@ -47,7 +47,7 @@
</div>
</div>

<div class="ui attached bottom segment">
<div class="ui bottom attached segment">
<h5 class="ui top header">
{{ctx.Locale.Tr "settings.create_oauth2_application"}}
</h5>

+ 1
- 1
templates/user/settings/security/openid.tmpl View File

@@ -38,7 +38,7 @@
{{end}}
</div>
</div>
<div class="ui attached bottom segment">
<div class="ui bottom attached segment">
<form class="ui form" action="{{AppSubUrl}}/user/settings/security/openid" method="post">
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_OpenID}}error{{end}}">

Loading…
Cancel
Save