{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Change document revision for session {{ sp.document.name }}{% 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 %} Back
{% endblock %}