mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
[1.1.X] Fixed #12275 - Small fix in Sphinx templates.
Backport of r12467. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4f1134898c
commit
5059de200b
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@ -24,7 +24,7 @@
|
|||||||
<a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }}
|
<a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }}
|
||||||
<a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }}
|
<a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }}
|
||||||
<a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }}
|
<a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }}
|
||||||
<a title="Search" href="{{ pathto('modindex') }}">Modules</a>
|
<a title="Module index" href="{{ pathto('modindex') }}">Modules</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav">{{ secondnav() }}</div>
|
<div class="nav">{{ secondnav() }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user