Opened 18 years ago
Closed 18 years ago
#3102 closed defect (fixed)
newforms needs support for specifying a field's label
Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Forms | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Syntax could look like this:
password2 = CharField(widget=PasswordInput, label="Password (again):")
Note:
See TracTickets
for help on using tickets.
(In [4188]) Fixed #3102 -- newforms: Fields can now designate their human-friendly labels. BoundField.verbose_name is now BoundField.label