Fixed HTML error in admin when using list_editable.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-02-21 18:43:54 +00:00
parent c411377bd5
commit 1b062f6613
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<form id="changelist-form" action="" method="post"{% if cl.formset.is_multipart %} enctype="multipart/form-data"{% endif %}>{% csrf_token %}
{% if cl.formset %}
{{ cl.formset.management_form }}
<div>{{ cl.formset.management_form }}</div>
{% endif %}
{% block result_list %}