Author: adrian Date: 2007-09-09 12:18:36 -0500 (Sun, 09 Sep 2007) New Revision: 6070
Modified: django/trunk/docs/templates.txt Log: Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt Modified: django/trunk/docs/templates.txt =================================================================== --- django/trunk/docs/templates.txt 2007-09-08 19:30:16 UTC (rev 6069) +++ django/trunk/docs/templates.txt 2007-09-09 17:18:36 UTC (rev 6070) @@ -1412,3 +1412,12 @@ 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/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
