{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Change revision for session{% endblock %} {% block content %} {% origin %}

Change document revision for session
{{sp.document.name}}
{{sp.document.title}}
at {{sp.session}}

{% if sp.session.is_material_submission_cutoff %}

The deadline for submission corrections has passed. This may affect published proceedings.

{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock content %}