mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed #20606 -- Fixed 'for' example in template tag docs
Thanks batisteo for the report.
This commit is contained in:
parent
beb652e069
commit
bf9975b0eb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue