Opened 16 years ago
Closed 16 years ago
#7459 closed (fixed)
[website] Incorrect end tag for <dt> in registration form
Reported by: | MichaelPlacentraII | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | register, registration, dt, dd | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In looking at the registration form template as an example, I noticed that the <dt> element enclosing the label for the Email address field is ended with a </dd> on line 27
/django_website/templates/registration/registration_form.html (revision 7369)
Attachments (1)
Change History (4)
comment:1 by , 16 years ago
Summary: | Incorrect end tag for <dt> in registration form → [website] Incorrect end tag for <dt> in registration form |
---|
by , 16 years ago
Attachment: | 7459.patch added |
---|
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Note:
See TracTickets
for help on using tickets.
Fixed the inconsistent tag.