diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index a340ac7b83..c142201e1f 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -847,7 +847,7 @@ it's rendered: .. code-block:: html+django {% for o in some_list %} - ... {% endfor %}