From 9b07806aa107232b56fec16428bd27488d49f1ad Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 9 Sep 2007 17:18:36 +0000 Subject: [PATCH] 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 --- docs/templates.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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/