mirror of https://github.com/django/django.git
Tweaked example text in docs/ref/templates/builtins.txt.
This commit is contained in:
parent
2514e044a7
commit
a32538279c
|
@ -1779,8 +1779,8 @@ For example::
|
|||
|
||||
{{ value|lower }}
|
||||
|
||||
If ``value`` is ``Still MAD At Yoko``, the output will be
|
||||
``still mad at yoko``.
|
||||
If ``value`` is ``Totally LOVING this Album!``, the output will be
|
||||
``totally loving this album!``.
|
||||
|
||||
.. templatefilter:: make_list
|
||||
|
||||
|
|
Loading…
Reference in New Issue