Opened 17 years ago

Closed 17 years ago

#3506 closed (fixed)

newforms: empty help_text is rendered as "None" in templates

Reported by: Thomas Steinacher <tom@…> Owned by: Adrian Holovaty
Component: Forms 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

Description

An empty string should be rendered when trying to display the help_text of a form field that has no help_text.

Attachments (1)

help_text.patch (1.0 KB ) - added by Thomas Steinacher <tom@…> 17 years ago.

Download all attachments as: .zip

Change History (3)

by Thomas Steinacher <tom@…>, 17 years ago

Attachment: help_text.patch added

comment:1 by Thomas Steinacher <tom@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4528]) Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if None. Thanks for the patch, Thomas Steinacher

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