Django

Code

Changeset 441

Show
Ignore:
Timestamp:
08/09/05 16:42:27 (3 years ago)
Author:
adrian
Message:

Removed Janet Reno example from doc/templates.txt -- thanks, Bob

Files:

Legend:

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

    r283 r441  
    4141    {% endfor %} 
    4242    {% endblock %} 
    43      
     43 
    4444.. admonition:: Philosophy 
    4545 
    46     Why use a text-based template instead of an XML-based one (like Zope's  
     46    Why use a text-based template instead of an XML-based one (like Zope's 
    4747    TAL)?  We wanted Django's template language to be usable for more than 
    48     just XML/HTML templates -- at the Journal-World we use it for emails,  
     48    just XML/HTML templates -- at the Journal-World we use it for emails, 
    4949    Javascript, CSV -- you can use the template language for any text-based 
    5050    format. 
     
    470470            * Colendeeza Rice 
    471471        * Unknown: 
    472             * Janet Reno 
     472            * Pat Smith 
    473473 
    474474    The following snippet of template code would accomplish this dubious task::