Ticket #6809: change_form-non_field_errors.diff
File change_form-non_field_errors.diff, 662 bytes (added by , 17 years ago) |
---|
-
django/contrib/admin/templates/admin/change_form.html
38 38 <p class="errornote"> 39 39 {% blocktrans count adminform.form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} 40 40 </p> 41 <ul class="errorlist">{% for error in adminform.form.non_field_errors %}<li>{{ error }}</li>{% endfor %}</ul> 41 42 {% endif %} 42 43 43 44 {% for fieldset in adminform %}