From 890dac016afa366faad89fa8512540f66dfa1567 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 6 Feb 2010 16:36:52 +0100 Subject: [PATCH] Fixed typo in documentation. --HG-- branch : trunk --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 732845a..33bbaeb 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -541,7 +541,7 @@ by using `else`::
  • {{ user.username|e }}
  • {% else %}
  • no users found
  • - {% endif %} + {% endfor %} It is also possible to use loops recursively. This is useful if you are -- 2.26.2