#9732 closed (fixed)
close tag is missing in password_reset_confirm.html
Reported by: | casseen | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0 |
Severity: | Keywords: | admin template | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The close tag for the paragraph in Line 28 of contrib/admin/templates/registration/password_reset_confirm.html is missing.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9599]) Fixed #9732 -- Added missing close paragraph tag to password reset confirmation template, thanks casseen.