{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}Posting approved I-D to RFC Editor failed{% endblock %} {% block content %} {% origin %}

Posting approved I-D to RFC Editor failed

Sorry, when trying to notify the RFC Editor through HTTP, we hit an error.

We have not changed the draft state or sent the announcement yet so if this is an intermittent error, you can go back and try again.

The error was:

{{ error }}

{% if response %}

The response from the RFC Editor was:

{{ response|linebreaksbr }}

{% endif %} {% endblock %}