Opened 18 years ago

Closed 18 years ago

#4762 closed (fixed)

newforms documentation error

Reported by: Collin Grady <cgrady@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

In http://www.djangoproject.com/documentation/newforms/#complex-template-output, {{ field.label }} should be {{ field.label_tag }}

Change History (7)

by Chris Beaven, 18 years ago

Attachment: 4762.patch added

comment:1 by Chris Beaven, 18 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Collin Grady <cgrady@…>, 18 years ago

The 2nd example in that section also has the same issue.

comment:3 by Chris Beaven, 18 years ago

Patch needs improvement: set
Triage Stage: Ready for checkinAccepted

by Chris Beaven, 18 years ago

Attachment: 4762.2.patch added

comment:4 by Chris Beaven, 18 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:5 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [5851]) Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris.

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