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/templates/api.txt | |
| 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/templates/api.txt')
| -rw-r--r-- | docs/ref/templates/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 05c5433d76..dc2a7069ea 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -7,7 +7,7 @@ The Django template language: For Python programmers This document explains the Django template system from a technical perspective -- how it works and how to extend it. If you're just looking for -reference on the language syntax, see :doc:`/topics/templates`. +reference on the language syntax, see :doc:`/ref/templates/language`. If you're looking to use the Django template system as part of another application -- i.e., without the rest of the framework -- make sure to read |
