mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #9735 -- Documentation typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
94f4348728
commit
4bdbd1401d
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ The above is equivalent to -- but shorter, cleaner, and possibly faster
|
|||
than -- the following::
|
||||
|
||||
<ul>
|
||||
{% if althete_list %}
|
||||
{% if athlete_list %}
|
||||
{% for athlete in athlete_list %}
|
||||
<li>{{ athlete.name }}</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue