Fixed a documentation typo introduced by b914991b37
.
This commit is contained in:
parent
b914991b37
commit
87908b4fc2
|
@ -1434,7 +1434,8 @@ then the output would be:
|
||||||
]
|
]
|
||||||
|
|
||||||
You can also do more complicated things like::
|
You can also do more complicated things like::
|
||||||
{{ for book in books|dictsort:"author.age"
|
|
||||||
|
{% for book in books|dictsort:"author.age" %}
|
||||||
* {{ book.title }} ({{ book.author.name }})
|
* {{ book.title }} ({{ book.author.name }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue