{% comment %} Override Django Crispy Forms template to use
for help text instead of

. {% endcomment %} {% if field.help_text %} {% if help_text_inline %} {{ field.help_text|safe }} {% else %}

{{ field.help_text|safe }}
{% endif %} {% endif %}