diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-01-03 16:10:12 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-01-10 19:41:14 +0100 |
| commit | 6c392bb2c00a7779a0f2a485bfdeea456ed39181 (patch) | |
| tree | 94c9d8b9ca69c773b7d9799e1c46e4042cae4b7a /docs/ref/contrib | |
| parent | b86107ced15f9093f49469b76860cc98e7a7a671 (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/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 7e31eb07e9..879a45fbe9 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -118,7 +118,7 @@ into those elements. both. If you want to do any special formatting for either the title or - description, :doc:`Django templates </topics/templates>` can be used + description, :doc:`Django templates </ref/templates/language>` can be used instead. Their paths can be specified with the ``title_template`` and ``description_template`` attributes on the :class:`~django.contrib.syndication.views.Feed` class. The templates are |
