{% extends "admin/feincms/item_editor.html" %} {% load i18n admin_urls %} {# override of breadcrumbs only required up to Reversion 2.0 #} {% block breadcrumbs %} {% endblock %} {% block object-tools %}{% endblock %} {% block form_top %}

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

{% endblock %} {% block submit_buttons_top %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %} {% block submit_buttons_bottom %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}