Undo part of r16051 to avoid dataloss bug. Refs #16154.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2011-06-04 17:05:38 +00:00
parent acbb911ad5
commit 070151293d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
{% endif %}
{% endblock %}
<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 %}
<div>{{ cl.formset.management_form }}</div>
{% endif %}