mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
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…
x
Reference in New Issue
Block a user