Fix typo on filter name

This commit is contained in:
Vitor Buxbaum 2023-11-17 09:04:42 -03:00 committed by David Lord
parent 420082efa5
commit 7d023e5a86
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926

View File

@ -666,8 +666,8 @@ Now it can be used in templates:
.. sourcecode:: jinja
{{ article.pub_date|datetimeformat }}
{{ article.pub_date|datetimeformat("%B %Y") }}
{{ article.pub_date|datetime_format }}
{{ article.pub_date|datetime_format("%B %Y") }}
Some decorators are available to tell Jinja to pass extra information to
the filter. The object is passed as the first argument, making the value