Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-crispy-forms / templates / bootstrap4 / uni_formset.html
Size: Mime:
{% 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 %}