{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% load url from simple_history_compat %} {% block breadcrumbs %} {% endblock %} {% block submit_buttons_top %} {% include "simple_history/submit_line.html" %} {% endblock %} {% block submit_buttons_bottom %} {% include "simple_history/submit_line.html" %} {% endblock %} {% block object-tools-items %} {# We override this block from the django template to fix up the history link #}
  • {% translate "History" %}
  • {% if has_absolute_url %}
  • {% translate "View on site" %}
  • {% endif %} {% endblock %} {% block form_top %}

    {% if not revert_disabled %}{% blocktrans %}Press the 'Revert' button below to revert to this version of the object.{% endblocktrans %}{% endif %}{% if change_history %}{% blocktrans %}Press the 'Change History' button below to edit the history.{% endblocktrans %}{% endif %}

    {% endblock %}