diff --git a/passbook/core/templates/partials/form_horizontal.html b/passbook/core/templates/partials/form_horizontal.html index facce648e..7152e2451 100644 --- a/passbook/core/templates/partials/form_horizontal.html +++ b/passbook/core/templates/partials/form_horizontal.html @@ -18,6 +18,9 @@ {% if c.data.selected %} checked {% endif %}> + {% if field.help_text %} +

{{ field.help_text }}

+ {% endif %} {% endfor %} {% elif field.field.widget|fieldtype == 'Select' %}
{{ field|css_class:"pf-c-form-control" }} + {% if field.help_text %} +

{{ field.help_text }}

+ {% endif %}
{% elif field.field.widget|fieldtype == 'CheckboxInput' %}