{% extends "admin/config/change_form.html" %} {% load i18n admin_urls %} {% comment %} The default "reversion/templates/reversion/recover_form.html" template extends "admin/change_form.html". Since, the "config" app uses a custom "change_form.html", we need to create a custom recovery form which extends that. The following content is taken as-is from "reversion/templates/reversion/recover_form.html" {% endcomment %} {% 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 %}