Django

Code

Changeset 5207

Show
Ignore:
Timestamp:
05/12/07 10:38:24 (1 year ago)
Author:
adrian
Message:

Fixed #4281 -- Fixed error in docs/i18n.txt example

Files:

Legend:

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

    r5158 r5207  
    237237``{% endblocktrans %}``. Example:: 
    238238 
    239     {% blocktrans count list|count as counter %} 
     239    {% blocktrans count list|length as counter %} 
    240240    There is only one {{ name }} object. 
    241241    {% plural %}