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 %}