summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-11-07 15:21:47 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-11-07 15:21:47 +0000
commitc6e64aaa66eef7bf765cba538d670de9bf711d6b (patch)
tree27775631b4206a17fde20b52ef1e612d6c8600d3 /docs
parent682f4cf9ed644492bad96bc6d2549cb2fe3d335f (diff)
Fixed #14636 -- corrected bad formatting in the docs, which was resulting in an invalid link.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/localization.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/localization.txt b/docs/topics/i18n/localization.txt
index df89851039..f266d8f916 100644
--- a/docs/topics/i18n/localization.txt
+++ b/docs/topics/i18n/localization.txt
@@ -8,7 +8,7 @@ and `controlling localization in templates`_.
.. _`Creating language files`: how-to-create-language-files_
.. _`locale aware date, time and numbers input/output in forms`: format-localization_
-.. _`controlling localization in templates`: topic-l10n-templates
+.. _`controlling localization in templates`: topic-l10n-templates_
.. seealso::
@@ -318,7 +318,7 @@ where :file:`formats.py` contains custom format definitions. For example::
to use a space as a thousand separator, instead of the default for English,
a comma.
-.. topic-l10n-templates:
+.. _topic-l10n-templates:
Controlling localization in templates
=====================================