Commit 5baa06ec authored by Luke Plant's avatar Luke Plant
Browse files

[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
parent e63db659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 %}