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)

7459.patch (485 bytes ) - added by Jeff Triplett 16 years ago.
Fixed the inconsistent tag.

Download all attachments as: .zip

Change History (4)

comment:1 by Michael Placentra II <someone@…>, 16 years ago

Summary: Incorrect end tag for <dt> in registration form[website] Incorrect end tag for <dt> in registration form

by Jeff Triplett, 16 years ago

Attachment: 7459.patch added

Fixed the inconsistent tag.

comment:2 by Jeff Triplett, 16 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8925]) [djangoproject.com] a bunch of fixes to the website. Fixes #7271, #7459, #7902, #8271, #7949, #8845.

Note: See TracTickets for help on using tickets.
Back to Top