Skip to content

Commit c34c6a6

Browse files
committed
Merge pull request sshwsfc#206 from the5fire/fix-non-field-errors-duplicate
fix non-field-error duplicate show in model_form
2 parents ace31dc + 173e826 commit c34c6a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xadmin/templates/xadmin/views/model_form.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<button type="button" class="close" data-dismiss="alert">&times;</button>
2020
{% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
2121
</div>
22-
{{ form.non_field_errors }}
2322
{% endif %}
2423

2524
{% view_block 'before_fieldsets' %}

0 commit comments

Comments
 (0)