Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#917 closed defect (fixed)

[patch]New admin change_list should be looked up in the app templates

Reported by: django@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal 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

The change_list template should be customisable like the change_form template on a per-app basis.

Attachments (1)

change_list_template_overloading.patch (2.1 KB ) - added by rjwittams 18 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by rjwittams, 18 years ago

Summary: New admin change_list should be looked up in the app templates[patch]New admin change_list should be looked up in the app templates

Added a fix.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1468]) Fixed #917 -- Made admin change_list view overridable by custom templates

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