Revert "templates: customize checkbox and radio buttons rendering (#56114)"

This reverts commit d380d5537a.
This commit is contained in:
Frédéric Péters 2021-08-24 18:46:07 +02:00
parent e50ab0dfe1
commit c2a3a4ebc9
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
<label>{% include "django/forms/widgets/input.html" %}<span></span></label>

View File

@ -1 +0,0 @@
{% if widget.wrap_label %}<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>{% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.wrap_label %} <span>{{ widget.label }}</span></label>{% endif %}