Files @ 1886323d7431
Branch filter:

Location: symposion_app/pinaxcon/templates/forms/render_fields.html

Sachi King
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.
1
2
3
4
5
{% for field in form %}
  {% if not field.is_hidden %}
    {% include "forms/widget.html" %}
  {% endif %}
{% endfor %}