diff --git a/django/conf/admin_templates/admin_change_form.html b/django/conf/admin_templates/admin_change_form.html index b40e04328c..e585f0e74b 100644 --- a/django/conf/admin_templates/admin_change_form.html +++ b/django/conf/admin_templates/admin_change_form.html @@ -23,8 +23,6 @@ {% if is_popup %}{% endif %} {% if save_on_top %}{% submit_row %}{% endif %} {% if form.error_dict %}

Please correct the error{{ form.error_dict.items|pluralize }} below.

{% endif %} - - {% for bound_field_set in bound_field_sets %}
{% if bound_field_set.name %}

{{bound_field_set.name }}

{% endif %} @@ -46,19 +44,15 @@ {% endif %} {% endif %} {% for related_object in inline_related_objects %}{% edit_inline related_object %}{% endfor %} - {% submit_row %} - {% if add %} {% endif %} - {% if auto_populated_fields %} {% endif %} - {% if change %} {% if ordered_objects %} {% if form.order_objects %}