diff --git a/django/contrib/admin/templates/admin/change_form.html b/django/contrib/admin/templates/admin/change_form.html index 77d692c63b..14bc76d6be 100644 --- a/django/contrib/admin/templates/admin/change_form.html +++ b/django/contrib/admin/templates/admin/change_form.html @@ -40,7 +40,7 @@
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} -{% if save_on_top %}{% submit_row %}{% endif %} +{% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} {% if errors %}

{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} @@ -64,7 +64,7 @@ {% block after_related_objects %}{% endblock %} -{% submit_row %} +{% block submit_buttons_bottom %}{% submit_row %}{% endblock %} {% if adminform and add %}