mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #9908: allow individual app index templates in the admin. Thanks, arne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
da0c6908e8
commit
a2dec37c41
2 changed files with 3 additions and 1 deletions
|
@ -1130,6 +1130,7 @@ Templates which may be overridden per app or model
|
|||
Not every template in ``contrib\admin\templates\admin`` may be overridden per
|
||||
app or per model. The following can:
|
||||
|
||||
* ``app_index.html``
|
||||
* ``change_form.html``
|
||||
* ``change_list.html``
|
||||
* ``delete_confirmation.html``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue