﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9514	Two admin templates incorrectly use errors.items	Karen Tracey	Karen Tracey	"This thread:

http://groups.google.com/group/django-users/browse_thread/thread/5dc2d51f331dd500

points out that the admin change_form.html uses `errors.items|length`, which is incorrect.  errors is a list type; `errors|length` would seem to be what should be used. As is is now the plural message is always displayed even when there is only a single error on the page.  grep shows admin/auth/user/change_password.html uses the same construct and probably also needs to be fixed.  "		closed	contrib.admin	1.0		fixed			Unreviewed	0	0	0	0	0	0
