diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-22 00:44:05 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-22 00:44:05 +0000 |
| commit | 5059de200b09782b0c44d27be5fdcff9fd8ef183 (patch) | |
| tree | cdd78eff67b5b6b02a06b22036c6c375317cb2ca /docs | |
| parent | 4f1134898cf9c5d169a0c48131af81b71a8ba605 (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
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> |
