diff --git a/bootstrapform/templates/bootstrapform/field.html b/bootstrapform/templates/bootstrapform/field.html index 8929f2f..db28e3e 100644 --- a/bootstrapform/templates/bootstrapform/field.html +++ b/bootstrapform/templates/bootstrapform/field.html @@ -12,7 +12,7 @@ {% if field.help_text %}
- {{ field.help_text }} + {{ field.help_text|safe }}
{% endif %} @@ -28,7 +28,7 @@ {% if field.help_text %}- {{ field.help_text }} + {{ field.help_text|safe }}
{% endif %}