Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3082 closed defect (fixed)

Form as_table() and as_ul() shouldn't include verbose_names for hidden fields

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

If a Form includes any HiddenInput widgets, that Form's as_table() and as_ul() should include the <input type="hidden" /> but *not* display a separate <tr> or <li> with a verbose name for the hidden fields.

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4146]) Fixed #3082 -- newforms: Changed Form as_table() and as_ul() not to display verbose names for hidden fields, and to add field-name prefix to error messages to avoid user confusion. Also added unit tests.

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