[1.2.X] Fixed HTML error in admin when using list_editable.
Backport of [15616] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e63db6597c
commit
5baa06ecfe
@ -87,7 +87,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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user