Commit 72fb37f9 authored by SusanTan's avatar SusanTan Committed by Tim Graham
Browse files

[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.

Thanks CollinAnderson for the report.

Backport of 7de35a9e from master
parent bf4c8d8c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.