From b0101dae1a21cf8f7d9844e059a3fb80e56b5ce1 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 20 Dec 2025 00:08:56 -0300 Subject: [PATCH] fix: input fields with text inside looks wrong --- .../layout/prepended_appended_text.html | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) 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 %} -