diff --git a/src/unfold/templates/unfold/helpers/field.html b/src/unfold/templates/unfold/helpers/field.html index 0279ec8ae..d0ca56199 100644 --- a/src/unfold/templates/unfold/helpers/field.html +++ b/src/unfold/templates/unfold/helpers/field.html @@ -1,7 +1,7 @@ {% load unfold %} {% if field.field.widget.input_type == "checkbox" and field.field.widget|class_name != "UnfoldAdminCheckboxSelectMultiple"%} -
+
{{ field }} @@ -13,7 +13,7 @@ {% include "unfold/helpers/help_text.html" with help_text=field.help_text %}
{% else %} -
+
{% include "unfold/helpers/form_label.html" with field=field %}