From c2a3a4ebc91ddbe07897ced1948e91e60c5f7dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 24 Aug 2021 18:46:07 +0200 Subject: [PATCH] Revert "templates: customize checkbox and radio buttons rendering (#56114)" This reverts commit d380d5537af5845cfc37eb0c94cdf54639ff372d. --- gadjo/templates/django/forms/widgets/checkbox.html | 1 - gadjo/templates/django/forms/widgets/radio_option.html | 1 - 2 files changed, 2 deletions(-) delete mode 100644 gadjo/templates/django/forms/widgets/checkbox.html delete mode 100644 gadjo/templates/django/forms/widgets/radio_option.html diff --git a/gadjo/templates/django/forms/widgets/checkbox.html b/gadjo/templates/django/forms/widgets/checkbox.html deleted file mode 100644 index 03dcd42..0000000 --- a/gadjo/templates/django/forms/widgets/checkbox.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/gadjo/templates/django/forms/widgets/radio_option.html b/gadjo/templates/django/forms/widgets/radio_option.html deleted file mode 100644 index 28aba2f..0000000 --- a/gadjo/templates/django/forms/widgets/radio_option.html +++ /dev/null @@ -1 +0,0 @@ -{% if widget.wrap_label %}{% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.wrap_label %} {{ widget.label }}{% endif %}