﻿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
34656	Wrong HTML generation in Django admin's change_password  form	Yaser Amiri	Yaser Amiri	"Context: contrib.admin package

In  `auth/user/change_password.html` there is a condition that checks existence of id_for_label for password1 field, the `{% endif %}` is closed in the wrong position and if the condition return False, the HTML will be corrupted (I'm not sure if it's possible to make the condition falsy)

Link: [https://github.com/django/django/blob/549d6ffeb6d626b023acc40c3bb2093b4b25b3d6/django/contrib/admin/templates/admin/auth/user/change_password.html#L37]
"	Bug	closed	contrib.admin	4.2	Normal	fixed		David Smith	Ready for checkin	1	0	0	0	1	1
