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
This commit is contained in:
Adrian Holovaty 2007-09-09 17:18:36 +00:00
parent a047f6a8fe
commit 9b07806aa1
1 changed files with 9 additions and 0 deletions

View File

@ -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/