Fixed typo in documentation.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 6 Feb 2010 15:36:52 +0000 (16:36 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 6 Feb 2010 15:36:52 +0000 (16:36 +0100)
--HG--
branch : trunk

docs/templates.rst

index 732845abc29001c492f7890cde4a77977168cd61..33bbaeb501abcd22a12a85837aee6a0006201821 100644 (file)
@@ -541,7 +541,7 @@ by using `else`::
         <li>{{ user.username|e }}</li>
     {% else %}
         <li><em>no users found</em></li>
-    {% endif %}
+    {% endfor %}
     </ul>
 
 It is also possible to use loops recursively.  This is useful if you are