[Answer]-Django admin list page

1👍

Overriding admin templates is explained in the documentation. You need to copy django/contrib/admin/templates/admin/change_list.html (from the django source) to templates/admin/change_list.html (your template directory)

Leave a comment