{% extends 'layout.html' %} {% set page_action = 'log' %} {% set title = 'Revert Old Revision' %} {% block contents %} {% if not error %}
If you want to restore the old revision from {{ old_revision.time }} enter your change note and click “Revert”.
{% else %}{{ error }}
{% endif %} {% endblock %}