diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-09 17:18:36 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-09 17:18:36 +0000 |
| commit | 9b07806aa107232b56fec16428bd27488d49f1ad (patch) | |
| tree | 4db8b5753fd2766240d6b020b706a0b8748f9f53 /docs | |
| parent | a047f6a8fe5e2686aaac226ae535682591896d9c (diff) | |
Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index 8bfa40dc5f..9f2bec1c8b 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1412,3 +1412,12 @@ A collection of template tags that can be useful while designing a website, such as a generator of Lorem Ipsum text. See the `webdesign documentation`_. .. _webdesign documentation: ../webdesign/ + +Next steps +========== + +Read the document `The Django template language: For Python programmers`_ if +you're interested in learning the template system from a technical +perspective -- how it works and how to extend it. + +.. _The Django template language: For Python programmers: ../templates_python/ |
