﻿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
33983	Unused html code in: password_reset_confirm.html	Jakob Damgaard Møller	nobody	"Hello, when working on a django site, I was implementing password reset function and used your examples.
I came across this template:
https://github.com/django/django/blob/main/django/contrib/admin/templates/registration/password_reset_confirm.html#L20

And for me, I see no use of line 20 in the template.
And if I do a post with the current html, the username is not posted anyways. So unless the username is for informational usage for the user, it could make sense.
But the input has a class=""hidden"" and no name is assigned the input.

Am I wrong or right?"	Cleanup/optimization	closed	Template system	4.0	Normal	invalid	template, cleanup, password_reset_confirm		Unreviewed	0	0	0	0	0	0
