Django

Code

Changeset 7649

Show
Ignore:
Timestamp:
06/15/08 22:38:43 (3 months ago)
Author:
adrian
Message:

Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Ciocirlan

Files:

Legend:

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

    r7299 r7649  
    8208202. If given a variable, check whether that variable has changed. For 
    821821   example, the following shows the date every time it changes, but 
    822    only shows the hour if both the hour and the date has changed:: 
     822   only shows the hour if both the hour and the date have changed:: 
    823823 
    824824        {% for date in days %}