We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbef982 commit bb7cac0Copy full SHA for bb7cac0
templates/base/form_contents.html
@@ -5,6 +5,9 @@
5
Please correct the errors below, and re-submit the form.
6
</div>
7
{%endif%}
8
+{%for e in form.non_field_errors %}
9
+ <div class="alert alert-danger">{{e}}</div>
10
+{%endfor%}
11
{%if form.fieldsets%}
12
{%for fieldset in form.fieldsets%}
13
<fieldset id="{{fieldset.id}}" class="form-group">
0 commit comments