mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed some sphinx errors and added some links.
This commit is contained in:
parent
db3de52807
commit
5ca290f5db
2 changed files with 13 additions and 5 deletions
|
@ -2175,17 +2175,23 @@ Templates can override or extend base admin templates as described in
|
|||
`Overriding Admin Templates`_.
|
||||
|
||||
.. attribute:: AdminSite.site_header
|
||||
.. versionadded:: 1.7
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
The text to put at the top of each admin page, as an ``<h1>`` (a string).
|
||||
By default, this is "Django administration".
|
||||
|
||||
.. attribute:: AdminSite.site_title
|
||||
.. versionadded:: 1.7
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
The text to put at the end of each admin page's ``<title>`` (a string). By
|
||||
default, this is "Django site admin".
|
||||
|
||||
.. attribute:: AdminSite.index_title
|
||||
.. versionadded:: 1.7
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
The text to put at the top of the admin index page (a string). By default,
|
||||
this is "Site administration".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue