{% extends "admin/change_form.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %} {% endblock %} {% comment %}Hack to remove "Save as New" and "Save and Continue" buttons {% endcomment %} {% block content %} {% with 1 as is_popup %} {{block.super}} {% endwith %} {% endblock %} {% block form_top %}

{% blocktrans %}Press the save button below to revert to this version of the object.{% endblocktrans %}

{% endblock %}