Opened 18 years ago
Closed 18 years ago
#3506 closed (fixed)
newforms: empty help_text is rendered as "None" in templates
Description ¶
An empty string should be rendered when trying to display the help_text of a form field that has no help_text.
Change History (3)
by , 18 years ago
Attachment: | help_text.patch added |
---|
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4528]) Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if None. Thanks for the patch, Thomas Steinacher