Commit 1b062f66 authored by Luke Plant's avatar Luke Plant
Browse files

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