{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% block title %}Change documents replaced by {{ doc }}{% endblock %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block content %} {% origin %}

Change documents replaced by
{{ doc }}

Instructions

Do not include -00 and do not include a file extension like .txt in the document name.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}