From a0eaf0881235d41ca98f4718af815908d1237d2c Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 14 Jun 2023 19:45:13 +0200 Subject: [PATCH] Fix edit OAuth application width (#25262) The `
` broke the width of this section - fix by removing it. --- .../applications_oauth2_edit_form.tmpl | 90 +++++++++---------- 1 file changed, 44 insertions(+), 46 deletions(-) diff --git a/templates/user/settings/applications_oauth2_edit_form.tmpl b/templates/user/settings/applications_oauth2_edit_form.tmpl index 0ec81f3a99..dc094a1a5c 100644 --- a/templates/user/settings/applications_oauth2_edit_form.tmpl +++ b/templates/user/settings/applications_oauth2_edit_form.tmpl @@ -1,54 +1,52 @@ -
-

- {{.locale.Tr "settings.edit_oauth2_application"}} -

-
-

{{.locale.Tr "settings.oauth2_application_create_description"}}

+

+ {{.locale.Tr "settings.edit_oauth2_application"}} +

+
+

{{.locale.Tr "settings.oauth2_application_create_description"}}

+
+
+ {{.CsrfTokenHtml}} +
+ +
-
- {{.CsrfTokenHtml}} + {{if .ClientSecret}}
- - + +
- {{if .ClientSecret}} -
- - -
- {{else}} -
- - -
- {{end}} -
- -
- {{.CsrfTokenHtml}} - {{.locale.Tr "settings.oauth2_regenerate_secret_hint"}} - -
+ {{else}} +
+ +
-
-
-
+ {{end}} +
+ + {{.CsrfTokenHtml}} -
- - -
-
- - -
-
- - -
- + {{.locale.Tr "settings.oauth2_regenerate_secret_hint"}} +
+
+
+ {{.CsrfTokenHtml}} +
+ + +
+
+ + +
+
+ + +
+ +
+