Django

Code

Changeset 6770

Show
Ignore:
Timestamp:
11/29/07 23:18:57 (9 months ago)
Author:
adrian
Message:

Edited docs/templates.txt changes from [6533]. Let's not smash people over the head with an only marginally important piece of information in the very first paragraph of the document.

Files:

Legend:

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

    r6680 r6770  
    33================================================== 
    44 
    5 This document explains the language syntax of the Django template system.  If 
    6 you're looking for a more technical perspective on how it works and how to 
    7 extend it, see `The Django template language: For Python programmers`_. 
     5.. admonition:: About this document 
     6 
     7    This document explains the language syntax of the Django template system. If 
     8    you're looking for a more technical perspective on how it works and how to 
     9    extend it, see `The Django template language: For Python programmers`_. 
    810 
    911Django's template language is designed to strike a balance between power and