Skip to content

Commit 8d8237f

Browse files
committed
Fixed #12275 - Small fix in Sphinx templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 67d4289 commit 8d8237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1><a href="{{ pathto('index') }}">{{ docstitle }}</a></h1>
2424
<a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }}
2525
<a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }}
2626
<a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }}
27-
<a title="Search" href="{{ pathto('modindex') }}">Modules</a>
27+
<a title="Module index" href="{{ pathto('modindex') }}">Modules</a>
2828
</div>
2929
<div class="nav">{{ secondnav() }}</div>
3030
</div>

0 commit comments

Comments
 (0)