{% extends 'layout.html' %} {% set page_action = 'log' %} {% set title = 'Revert Old Revision' %} {% block contents %} {% if not error %}

Revert Old Revision of “{{ revision.title }}

If you want to restore the old revision from {{ old_revision.time }} enter your change note and click “Revert”.

{% else %}

Cannot Revert

{{ error }}

{% endif %} {% endblock %}