@@ -15,7 +15,8 @@
{% endfor %}
{% if field.help_text %}
<span class='help-block'>
- {{ field.help_text }}
+ {# We allow HTML within form help fields #}
+ {{ field.help_text|safe }}
</span>
{% endif %}
</div>