{% extends "admin/change_form.html" %} {% load i18n admin_urls admin_modify %} {% comment %} We have to override this or the path to jsi18n will be wrong. Note the "super.super", as the direct parent has the wrong url. {% endcomment %} {% block extrahead %}{{ block.super.super }} {{ media }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block object-tools-items %} {{ block.super }} {% endblock %} {% block submit_buttons_bottom %} {% if change or add %}