From c6e64aaa66eef7bf765cba538d670de9bf711d6b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 7 Nov 2010 15:21:47 +0000 Subject: [PATCH] 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 --- docs/topics/i18n/localization.txt | 4 ++-- 1 file 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 =====================================