Django

Code

Changeset 6070

Show
Ignore:
Timestamp:
09/09/07 12:18:36 (1 year ago)
Author:
adrian
Message:

Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r6019 r6070  
    14131413 
    14141414.. _webdesign documentation: ../webdesign/ 
     1415 
     1416Next steps 
     1417========== 
     1418 
     1419Read the document `The Django template language: For Python programmers`_ if 
     1420you're interested in learning the template system from a technical 
     1421perspective -- how it works and how to extend it. 
     1422 
     1423.. _The Django template language: For Python programmers: ../templates_python/