From 07b82590d8de46ece98f94d511fdc57163e76c8c Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Tue, 10 Jun 2008 04:45:19 +0000 Subject: [PATCH] newforms-admin: Fixed #6809 -- non_field_errors are now properly displayed. Thanks peschler. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7607 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/change_form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/django/contrib/admin/templates/admin/change_form.html b/django/contrib/admin/templates/admin/change_form.html index b0a957468c..dd6d3ca0e6 100644 --- a/django/contrib/admin/templates/admin/change_form.html +++ b/django/contrib/admin/templates/admin/change_form.html @@ -38,6 +38,7 @@

{% blocktrans count adminform.form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

+ {% endif %} {% for fieldset in adminform %}