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:
parent
c411377bd5
commit
1b062f6613
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
<form id="changelist-form" action="" method="post"{% if cl.formset.is_multipart %} enctype="multipart/form-data"{% endif %}>{% csrf_token %}
|
<form id="changelist-form" action="" method="post"{% if cl.formset.is_multipart %} enctype="multipart/form-data"{% endif %}>{% csrf_token %}
|
||||||
{% if cl.formset %}
|
{% if cl.formset %}
|
||||||
{{ cl.formset.management_form }}
|
<div>{{ cl.formset.management_form }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% block result_list %}
|
{% block result_list %}
|
||||||
|
|
Loading…
Reference in New Issue