Kaydet (Commit) bf9975b0 authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #20606 -- Fixed 'for' example in template tag docs

Thanks batisteo for the report.
üst beb652e0
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment