From 4a862c38b7def73597731698a23fcc97f664de1a Mon Sep 17 00:00:00 2001 From: masc Date: Tue, 12 Dec 2023 09:41:05 +0100 Subject: [PATCH 1/2] add class tags to prepended appended text --- .../templates/bootstrap5/layout/prepended_appended_text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html b/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html index a48f9af..150baa3 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' %} From 0efc1bfc785470fe1550c688675208e52780beaa Mon Sep 17 00:00:00 2001 From: masc Date: Wed, 20 Dec 2023 12:01:07 +0100 Subject: [PATCH 2/2] fix naming for custom class --- .../templates/bootstrap5/layout/prepended_appended_text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html b/crispy_bootstrap5/templates/bootstrap5/layout/prepended_appended_text.html index 150baa3..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' %}