From a453d869a31c1dbd97899b355381014aea91ec60 Mon Sep 17 00:00:00 2001 From: Jean-Louis Jouannic Date: Thu, 7 Jul 2022 21:01:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fixes=20template=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/templates/core/child_radio_option.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/templates/core/child_radio_option.html b/core/templates/core/child_radio_option.html index 9c81c404..dd7a6d37 100644 --- a/core/templates/core/child_radio_option.html +++ b/core/templates/core/child_radio_option.html @@ -1,9 +1,10 @@ {% load imagekit static %} {% if widget.wrap_label %} - {% endif %}{% include "django/forms/widgets/input.html" %} + +{% endif %} +{% include "django/forms/widgets/input.html" %} {% if widget.wrap_label %} {% include "core/child_thumbnail.html" with child=widget %} - {{ widget.label }}{% endif %} + {{ widget.label }} +{% endif %}