mirror of
https://github.com/django/django.git
synced 2025-04-12 11:32:20 +00:00
[2.1.x] Fixed typo in docs/ref/templates/builtins.txt.
Backport of 48aeca44d885929106e71fe78379fe50850af001 from master
This commit is contained in:
parent
82c38be11f
commit
d1d9db4ec6
@ -1804,7 +1804,7 @@ For example::
|
||||
|
||||
{{ value|json_script:"hello-data" }}
|
||||
|
||||
If ``value`` is a the dictionary ``{'hello': 'world'}``, the output will be:
|
||||
If ``value`` is the dictionary ``{'hello': 'world'}``, the output will be:
|
||||
|
||||
.. code-block:: html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user