Django

Code

Changeset 7019

Show
Ignore:
Timestamp:
01/13/08 12:50:59 (11 months ago)
Author:
gwilson
Message:

Fixed typo in templates docs.

Files:

Legend:

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

    r6923 r7019  
    824824       order to make things easier for your template authors. 
    825825 
    826        In order for you filter to know the current auto-escaping state, set the 
    827        ``needs_autoescape`` attribute to ``True`` on your function. (If you 
     826       In order for your filter to know the current auto-escaping state, set 
     827       the ``needs_autoescape`` attribute to ``True`` on your function. (If you 
    828828       don't specify this attribute, it defaults to ``False``). This attribute 
    829829       tells Django that your filter function wants to be passed an extra