Opened 17 years ago
Closed 17 years ago
#7796 closed (duplicate)
Fieldset description is autoescaped in newforms-admin
| Reported by: | Adam J. Forster | Owned by: | Matthias Kestenholz |
|---|---|---|---|
| Component: | contrib.admin | 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
The fieldset description has not been marked safe here:
The documentation says it should be here:
http://code.djangoproject.com/browser/django/branches/newforms-admin/docs/admin.txt#L144
Also this seems to have been fixed in the trunk: #6109
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | 7796.patch added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Ready for checkin |
| Version: | newforms-admin → SVN |
comment:2 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #6109