diff --git a/pinaxcon/templates/forms/render_fields.html b/pinaxcon/templates/forms/render_fields.html index b88573bf1582f58145c8d1e8c61bd58bc8988418..91b7e2b3829717136db9b1f57f3a5e53da41a17b 100644 --- a/pinaxcon/templates/forms/render_fields.html +++ b/pinaxcon/templates/forms/render_fields.html @@ -1,13 +1,5 @@ {% for field in form %} {% if not field.is_hidden %} -
-
- {% include "forms/widget.html" %} -
- - {% if field.help_text %} - {{ field.help_text|safe }} - {% endif %} -
+ {% include "forms/widget.html" %} {% endif %} {% endfor %}