File: uni_formset.html

package info (click to toggle)
python-crispy-bootstrap4 2025.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: python: 1,956; sh: 6; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
{% with formset.management_form as form %}
    {% include 'bootstrap4/uni_form.html' %}
{% endwith %}
{% for form in formset %}
    <div class="multiField">
        {% include 'bootstrap4/uni_form.html' %}
    </div>
{% endfor %}