Django

Code

Ticket #7459 (closed: fixed)

Opened 6 months ago

Last modified 3 months ago

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

Reported by: MichaelPlacentraII Assigned to: nobody
Milestone: Component: Django Web site
Version: SVN Keywords: register, registration, dt, dd
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

7459.patch (485 bytes) - added by jefftriplett on 08/08/08 10:49:43.
Fixed the inconsistent tag.

Change History

06/15/08 13:46:25 changed by Michael Placentra II <someone@michaelplacentra2.net>

  • needs_better_patch changed.
  • summary changed from Incorrect end tag for <dt> in registration form to [website] Incorrect end tag for <dt> in registration form.
  • needs_tests changed.
  • needs_docs changed.

08/08/08 10:49:43 changed by jefftriplett

  • attachment 7459.patch added.

Fixed the inconsistent tag.

08/08/08 10:53:13 changed by jefftriplett

  • stage changed from Unreviewed to Accepted.

09/03/08 10:22:59 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #7459 ([website] Incorrect end tag for <dt> in registration form)




Change Properties
Action