Make template for new django.contrib.admin.sites.AdminSite.app_index() configurable
I very much welcome r8474 but think the template used in the new app_index
method needs to be configurable, just like the display_login_form()
and index()
method.
Currently only 'admin/app_index.html'
is allowed and limits the usefulness of inheriting of the AdminSite
class. I stumbled over this while working on the new nfa-aware mobileadmin.
I suggest adding a class attribute (e.g.: app_index_template = None
).
Owner: |
changed from nobody to Jannis Leidel
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Small patch to add support for app_index_template