{% extends "admin/product/change_form.html" %} {% load i18n %} {% block extrahead %} {{block.super}} {% comment %} jquery script should've already been added in admin/product/change_form.html, so don't add it again here {% endcomment %} {% endblock %} {% block after_related_objects %} {% if original %}
{% endif %} {{ block.super }} {% endblock %}