From 639583ed1daccc8033ad6358743199441f9474f9 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 12 Mar 2015 23:38:27 -0700 Subject: [PATCH] [1.7.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 00bf7b1807..77fe7ae4f0 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -584,7 +584,7 @@ it's rendered: .. code-block:: html+django {% for o in some_list %} - ... {% endfor %}