Repository URL to install this package:
|
Version:
1.6.0 ▾
|
{% if formset.non_form_errors %}
<div id="errorMsg">
{% if formset_error_title %}<h3>{{ formset_error_title }}</h3>{% endif %}
<ol>
{{ formset.non_form_errors|unordered_list }}
</ol>
</div>
{% endif %}