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:
Jannis Leidel 2011-06-18 08:48:25 +00:00
parent 65d8657f7f
commit 1dfa567a23
2 changed files with 2 additions and 2 deletions

View file

@ -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>