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