From 72fb37f9fdf0397e7e67856b28fc5f1f4546b57b Mon Sep 17 00:00:00 2001 From: SusanTan Date: Tue, 30 Jul 2013 02:11:15 -0700 Subject: [PATCH] [1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498. Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master --- docs/ref/contrib/admin/index.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index ea2d247c0bd..26ee08640df 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1970,6 +1970,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.