Skip to content

Commit

Permalink
Fixed #20606 -- Fixed 'for' example in template tag docs
Browse files Browse the repository at this point in the history
Thanks batisteo for the report.
  • Loading branch information
claudep committed Jun 15, 2013
1 parent beb652e commit bf9975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Expand Up @@ -371,7 +371,7 @@ displayed if the given array is empty or could not be found::
{% for athlete in athlete_list %}
<li>{{ athlete.name }}</li>
{% empty %}
<li>Sorry, no athlete in this list!</li>
<li>Sorry, no athletes in this list.</li>
{% endfor %}
<ul>

Expand Down

0 comments on commit bf9975b

Please sign in to comment.