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