{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% load ietf_filters %} {% block title %}Change responsible AD for {{ doc.name }}-{{ doc.rev }}{% endblock %} {% block content %} {% origin %}

Change responsible AD
{{ doc.name }}-{{ doc.rev }}

{% with approved=doc|state:"draft-rfceditor" %} {% if approved %}
It is unusual to change the responsible AD for a document that has been sent to the RFC Editor. Please make sure this is really what you want to do.
{% endif %}
{% csrf_token %} {% bootstrap_form form %} Back
{% endwith %} {% endblock %}