{# comment Extend base_site.html instead of change_form.html b/c override extrastyle without block.super #} {% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %}