Opened 17 years ago
Closed 17 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 , 17 years ago
| Summary: | Incorrect end tag for <dt> in registration form → [website] Incorrect end tag for <dt> in registration form |
|---|
by , 17 years ago
| Attachment: | 7459.patch added |
|---|
comment:2 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
Note:
See TracTickets
for help on using tickets.
Fixed the inconsistent tag.