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

Edit status change text
{{doc.title}}

The text will be submitted as {{ doc.canonical_name }}-{{ next_rev }}:

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %}