symposion_app/pinaxcon/templates/forms/render_fields.html
Sachi King 1886323d74 Bootstrapification
Boot custom CSS, and put some base, standard css in its place.
Shame I did not start with fresh Bootstrap4, but oh well.

Some more templates could be made to make this less messy, which would
be good.
2017-04-16 16:30:45 +10:00

5 lines
120 B
HTML

{% for field in form %}
{% if not field.is_hidden %}
{% include "forms/widget.html" %}
{% endif %}
{% endfor %}