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 %}