projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531578d
)
Fixed typo in documentation.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 6 Feb 2010 15:36:52 +0000
(16:36 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 6 Feb 2010 15:36:52 +0000
(16:36 +0100)
--HG--
branch : trunk
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index 732845abc29001c492f7890cde4a77977168cd61..33bbaeb501abcd22a12a85837aee6a0006201821 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-541,7
+541,7
@@
by using `else`::
<li>{{ user.username|e }}</li>
{% else %}
<li><em>no users found</em></li>
- {% end
if
%}
+ {% end
for
%}
</ul>
It is also possible to use loops recursively. This is useful if you are