summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-01-03 16:10:12 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-01-10 19:41:14 +0100
commit6c392bb2c00a7779a0f2a485bfdeea456ed39181 (patch)
tree94c9d8b9ca69c773b7d9799e1c46e4042cae4b7a /docs/topics/i18n
parentb86107ced15f9093f49469b76860cc98e7a7a671 (diff)
Moved doc on the DTL's syntax to the ref/ section.
This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
Diffstat (limited to 'docs/topics/i18n')
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index f987b9db9e..a01cb84b69 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -529,7 +529,7 @@ Internationalization: in template code
.. highlightlang:: html+django
-Translations in :doc:`Django templates </topics/templates>` uses two template
+Translations in :doc:`Django templates </ref/templates/language>` uses two template
tags and a slightly different syntax than in Python code. To give your template
access to these tags, put ``{% load i18n %}`` toward the top of your template.
As with all template tags, this tag needs to be loaded in all templates which