mirror of
https://github.com/django/django.git
synced 2025-10-01 14:31:19 +00:00
Merge pull request #1943 from jantokhine/master
fixed typo in builtins.txt
This commit is contained in:
commit
170eedf583
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ displayed if the given array is empty or could not be found::
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<li>Sorry, no athletes in this list.</li>
|
<li>Sorry, no athletes in this list.</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<ul>
|
</ul>
|
||||||
|
|
||||||
The above is equivalent to -- but shorter, cleaner, and possibly faster
|
The above is equivalent to -- but shorter, cleaner, and possibly faster
|
||||||
than -- the following::
|
than -- the following::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue