Opened 2 years ago

Last modified 2 years ago

#33419 closed Bug

forms.Field.help_text shouldn't be HTML-escaped when form rendered with as_ul(), as_p(), as_table() helpers. — at Initial Version

Reported by: Mariusz Felisiak Owned by: nobody
Component: Forms Version: 4.0
Severity: Release blocker Keywords:
Cc: David Smith, Johannes Maron, Carlton Gibson 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

forms.Field.help_text shouldn't be HTML-escaped (as documented) when form rendered with as_ul(), as_p(), as_table() helpers.

Thanks Matt Westcott for the report.

Regression in 456466d932830b096d39806e291fe23ec5ed38d5.

Change History (0)

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