Opened 17 years ago
Closed 17 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)
Change History (2)
by , 17 years ago
| Attachment: | 7391-formset-as-table-mark-safe.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Adds the missing mark_safe() call to BaseFormSet.as_table()