{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load django_bootstrap5 %} {% block title %}Edit RFCs affected by status change {{ doc.name }}{% endblock %} {% block content %} {% origin %}

Edit RFCs affected by status change
{{ doc.name }}

{% csrf_token %} {% include "doc/status_change/edit_related_rows.html" %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} Back
{% endblock %} {% block js %} {% endblock %}