diff --git a/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html b/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html index a48f9af..44f7c1d 100644 --- a/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html +++ b/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html @@ -15,7 +15,7 @@
{# prepend #} {% if crispy_prepended_text %} - {{ crispy_prepended_text }} + {{ crispy_prepended_text }} {% endif %} {# input #} @@ -33,7 +33,7 @@ {# append #} {% if crispy_appended_text %} - {{ crispy_appended_text }} + {{ crispy_appended_text }} {% endif %} {% if error_text_inline %} {% include 'bootstrap5/layout/field_errors.html' %}