From 1685644492038ed1150cb36a3bcedddb81f66673 Mon Sep 17 00:00:00 2001 From: zarganum <116151805+zarganum@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:50:16 +0400 Subject: [PATCH] Removed form_style from fieldset template. (#175) --- crispy_bootstrap5/templates/bootstrap5/layout/fieldset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crispy_bootstrap5/templates/bootstrap5/layout/fieldset.html b/crispy_bootstrap5/templates/bootstrap5/layout/fieldset.html index 655d2c5..998769e 100644 --- a/crispy_bootstrap5/templates/bootstrap5/layout/fieldset.html +++ b/crispy_bootstrap5/templates/bootstrap5/layout/fieldset.html @@ -1,5 +1,5 @@
{% if legend %}{{ legend|safe }}{% endif %} {{ fields|safe }}