diff --git a/mail_editor/templates/admin/mail_editor/preview_form.html b/mail_editor/templates/admin/mail_editor/preview_form.html index fcc2ece..0920980 100644 --- a/mail_editor/templates/admin/mail_editor/preview_form.html +++ b/mail_editor/templates/admin/mail_editor/preview_form.html @@ -1,19 +1,6 @@ -{% extends "admin/base_site.html" %} +{% extends "admin/change_form.html" %} {% load i18n admin_urls static admin_modify %} -{# NOTE: this started as a copy of admin/change_form.html but is stripped and modified. #} - -{% block extrahead %}{{ block.super }} - -{{ media }} -{% endblock %} - -{% block extrastyle %}{{ block.super }}{% endblock %} - -{% block coltype %}colM{% endblock %} - -{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} - {% if not is_popup %} {% block breadcrumbs %}