diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-21 23:41:05 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-21 23:41:05 +0000 |
| commit | 8d8237fa414abeda642d5063f5917ffe170609cc (patch) | |
| tree | 137d5754e806d6db8dd694d25f8b8c536ffa003b /docs/_templates/layout.html | |
| parent | 67d4289c2ef56022d14a038a644d020997e2d9c9 (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.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> |
