Re: Customising admin change_list_results.html template

2008-07-17 Thread Ayaz Ahmed Khan
On Jul 17, 5:17 pm, Ayaz Ahmed Khan <[EMAIL PROTECTED]> wrote: > > Is it possible to have a customised `change_list_results.html` in > one's TEMPLATE_DIR/admin/app_label/model/ directory?  I've it along > with change_list.html, and while changes made to change_list are > picked up, those made to c

Customising admin change_list_results.html template

2008-07-17 Thread Ayaz Ahmed Khan
Is it possible to have a customised `change_list_results.html` in one's TEMPLATE_DIR/admin/app_label/model/ directory? I've it along with change_list.html, and while changes made to change_list are picked up, those made to change_list_results aren't appearing. I may be doing it wrong, I am not s