summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-02-21 23:41:05 +0000
committerJannis Leidel <jannis@leidel.info>2010-02-21 23:41:05 +0000
commit8d8237fa414abeda642d5063f5917ffe170609cc (patch)
tree137d5754e806d6db8dd694d25f8b8c536ffa003b /docs/_templates/layout.html
parent67d4289c2ef56022d14a038a644d020997e2d9c9 (diff)
Fixed #12275 - Small fix in Sphinx templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 5bf1da6a37..e0e69520ad 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -24,7 +24,7 @@
<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="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 class="nav">{{ secondnav() }}</div>
</div>