diff --git a/gadjo/templates/django/forms/widgets/checkbox.html b/gadjo/templates/django/forms/widgets/checkbox.html new file mode 100644 index 0000000..03dcd42 --- /dev/null +++ b/gadjo/templates/django/forms/widgets/checkbox.html @@ -0,0 +1 @@ + diff --git a/gadjo/templates/django/forms/widgets/radio_option.html b/gadjo/templates/django/forms/widgets/radio_option.html new file mode 100644 index 0000000..28aba2f --- /dev/null +++ b/gadjo/templates/django/forms/widgets/radio_option.html @@ -0,0 +1 @@ +{% if widget.wrap_label %}{% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.wrap_label %} {{ widget.label }}{% endif %}