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 %}