From 219acf76d5079819aed0773ff6d1f4e77077a473 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 1 Jul 2020 12:47:27 +0200 Subject: [PATCH] core: fix forms for radio buttons --- .../core/templates/partials/form_horizontal.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/passbook/core/templates/partials/form_horizontal.html b/passbook/core/templates/partials/form_horizontal.html index e717fa442..e2b4e6e3d 100644 --- a/passbook/core/templates/partials/form_horizontal.html +++ b/passbook/core/templates/partials/form_horizontal.html @@ -15,16 +15,18 @@
{% for c in field %} -
- - +
+ +
+ {% endfor %} {% if field.help_text %}

{{ field.help_text }}

{% endif %} - {% endfor %}
{% elif field.field.widget|fieldtype == 'Select' %}