diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 7eb818432d..01f49714f0 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1407,7 +1407,7 @@ For example:: If ``value`` is ``123456789``, the output will be ``8``. -.. templatefilter:: iriendcode +.. templatefilter:: iriencode iriencode ~~~~~~~~~ diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index d796625a76..bf2d8bf6bd 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -787,7 +787,7 @@ the following line to your URLconf:: starting point. It assumes you have a :file:`base.html` template that defines a ``content`` block: - .. code-block:: html + .. code-block:: html+django {% extends "base.html" %}