Opened 17 years ago

Closed 17 years ago

#3430 closed (worksforme)

Label rendering in newforms

Reported by: devel@… Owned by: Adrian Holovaty
Component: Forms Version: dev
Severity: Keywords: label
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I would be nice to have an option to disable the adding of ':' to labels.

Also with mobile devices the label attribute 'accesskey' is needed.

Change History (2)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Adrian Holovaty, 17 years ago

Resolution: worksforme
Status: newclosed

The ":" is only added if you use the as_table(), as_ul() or as_p() helper functions. If you'd rather not add the ":", you can output each form field individually in your template.

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