Opened 16 years ago

Closed 16 years ago

#7391 closed (fixed)

newforms-admin: output of as_table() for formsets is HTML-escaped

Reported by: Antti Kaihola Owned by: nobody
Component: Forms Version: newforms-admin
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

BaseFormSet.as_table() should use mark_safe().

Attachments (1)

7391-formset-as-table-mark-safe.diff (983 bytes ) - added by Antti Kaihola 16 years ago.
Adds the missing mark_safe() call to BaseFormSet.as_table()

Download all attachments as: .zip

Change History (2)

by Antti Kaihola, 16 years ago

Adds the missing mark_safe() call to BaseFormSet.as_table()

comment:1 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(In [7587]) newforms-admin: Fixed #7391 -- Mark the output of BaseFormSet.as_table safe. Thanks akaihola!

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