From 1a2ae64b16f10b8d1e17197d18b9eb373faf58db Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 23 Apr 2024 23:53:57 +0200 Subject: [PATCH] Fix checkbox field markup (#30666) Fixes https://github.com/go-gitea/gitea/issues/30664. Previous use was not a supported way by fomantic and the misuse only became visible after the checkbox migration. --- .../user/settings/applications_oauth2_edit_form.tmpl | 8 +++++--- templates/user/settings/applications_oauth2_list.tmpl | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/templates/user/settings/applications_oauth2_edit_form.tmpl b/templates/user/settings/applications_oauth2_edit_form.tmpl index f7ef115693..199d43a65c 100644 --- a/templates/user/settings/applications_oauth2_edit_form.tmpl +++ b/templates/user/settings/applications_oauth2_edit_form.tmpl @@ -41,9 +41,11 @@ -
- - +
+
+ + +
-
- - +
+
+ + +