{% extends "admin/change_form.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block footerscripts %} {% endblock %} {% block content %}
Are you sure you want to revert this story to revision # {{ changeset.revision }}?
{% for change in changesets %}
Revision {{ change.revision }}
{% if not forloop.first %} revert to these changes{% endif %}
{{ change.display_diff|safe }}
{% endfor %}
{% endblock %} {% block constent %} Are you sure you want to revert this story to revision # {{ changeset.revision }}?
{% for change in changesets %} #{{ change.revision }} - revert
{{ change.display_diff|safe }} {% endfor %} {% endblock %}