summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-12-04 10:26:03 -0300
committerRamiro Morales <cramm0@gmail.com>2013-12-04 10:26:03 -0300
commitabb04f1f3f19f460643177e780004ff199423757 (patch)
tree468b0279cc91af7ac02bff3ee490137aaa57e397 /docs/topics
parent91c38ce4b236e6eeb5f6f636250df7316fa766bd (diff)
Added link to localized formatting doc from main index.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n/formatting.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/i18n/formatting.txt b/docs/topics/i18n/formatting.txt
index fc3f37de32..e306d4ab44 100644
--- a/docs/topics/i18n/formatting.txt
+++ b/docs/topics/i18n/formatting.txt
@@ -7,8 +7,9 @@ Format localization
Overview
========
-Django's formatting system is capable to display dates, times and numbers in templates using the format specified for the current :term:`locale <locale
-name>`. It also handles localized input in forms.
+Django's formatting system is capable of displaying dates, times and numbers in
+templates using the format specified for the current
+:term:`locale <locale name>`. It also handles localized input in forms.
When it's enabled, two users accessing the same content may see dates, times and
numbers formatted in different ways, depending on the formats for their current