diff --git a/app/templates/crispy-daisyui/layout/prepended_appended_text.html b/app/templates/crispy-daisyui/layout/prepended_appended_text.html index fbce191..f16e19a 100644 --- a/app/templates/crispy-daisyui/layout/prepended_appended_text.html +++ b/app/templates/crispy-daisyui/layout/prepended_appended_text.html @@ -1,4 +1,5 @@ {% load crispy_forms_field %} +{% load crispy_extra %} {% if field.is_hidden %} {{ field }} @@ -7,33 +8,43 @@
{% if field.label and form_show_labels %} - + + {% endif %} -