This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
DEMOS2/allauthdemo/templates/bootstrap3/uni_formset.html

9 lines
230 B
HTML
Raw Normal View History

{% with formset.management_form as form %}
{% include 'bootstrap3/uni_form.html' %}
{% endwith %}
{% for form in formset %}
<div class="multiField">
{% include 'bootstrap3/uni_form.html' %}
</div>
{% endfor %}