From fc2ec51941e5866e29a82d68959181224c45ed4e Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 12 Mar 2015 23:38:27 -0700 Subject: [PATCH] [1.6.x] Fixed typo in docs/howto/custom-template-tags.txt. Backport of 7614efa2f9e169749ab109aab909fbc244fd76a9 from master --- docs/howto/custom-template-tags.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index abfa50f0df..d83e06986f 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -579,7 +579,7 @@ it's rendered: .. code-block:: html+django {% for o in some_list %} - ... {% endfor %}