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

Edit RFCs affected by status change

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