Opened 18 years ago
Closed 18 years ago
#5424 closed (fixed)
[newforms-admin] - rename custom filter tag
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | admin, templates, tags | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In admin application custom filter tag is loaded. So it is not possible to use usual filter tag.
Custom admin tag is renamed by the attached patch.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | admin-filter.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6158]) newforms-admin: Fixed #5424 -- Renamed custom 'filter' template tag so it doesn't conflict with the built-in tag. Thanks, Petr Marhoun