mirror of
https://github.com/django/django.git
synced 2025-03-31 19:46:42 +00:00
Fixed typo in docs/ref/templates/builtins.txt.
This commit is contained in:
parent
d7d32964ef
commit
48aeca44d8
@ -1804,7 +1804,7 @@ For example::
|
|||||||
|
|
||||||
{{ value|json_script:"hello-data" }}
|
{{ 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
|
.. code-block:: html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user