diff options
| author | SusanTan <onceuponatimeforever@gmail.com> | 2013-07-30 02:11:15 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-31 07:09:12 -0400 |
| commit | 7de35a9ef372eb47442d5d1278cc15b6155e5054 (patch) | |
| tree | f5cc4a1005a193969fb6ef1aae35c20c80ce3a32 /docs | |
| parent | ccf8f1e18f138dae369a2004c83db9704ad52d99 (diff) | |
Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
Thanks CollinAnderson for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 137d20a351..946f915797 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2171,6 +2171,10 @@ Templates can override or extend base admin templates as described in Path to a custom template that will be used by the admin site main index view. +.. attribute:: AdminSite.app_index_template + + Path to a custom template that will be used by the admin site app index view. + .. attribute:: AdminSite.login_template Path to a custom template that will be used by the admin site login view. |
