mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typos introduced in r16430 and r16431. Thanks, magopian.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
65d8657f7f
commit
1dfa567a23
2 changed files with 2 additions and 2 deletions
|
@ -442,7 +442,7 @@ If you manually render fields in the template, you can render
|
|||
<li>{{ form.title }}</li>
|
||||
{% if formset.can_delete %}
|
||||
<li>{{ form.DELETE }}</li>
|
||||
{% enif %}
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue