{% extends "admin/change_form.html" %} {% load i18n admin_modify %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block object-tools %} {{ block.super }} {# Hidden sibling forms for the partitioning + sync POST actions. They live #} {# outside the main admin
{% endblock %} {# Suppress the default bottom submit_row — we render it inside `after_field_sets` #} {# below, immediately above Partitioning & sync, so save/delete sit close to the #} {# field sets instead of below the operator panel. #} {% block submit_buttons_bottom %}{% endblock %} {% block after_field_sets %} {{ block.super }}