Commit 87908b4f authored by Simon Charette's avatar Simon Charette
Browse files

Fixed a documentation typo introduced by b914991b.

parent b914991b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1434,7 +1434,8 @@ then the output would be:
    ]

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 }})
    {% endfor %}