Error message if the RFC Editor Note is in the writeup and in the new place.

- Legacy-Id: 10773
This commit is contained in:
Russ Housley 2016-02-04 13:54:00 +00:00
parent c73659e95c
commit 2e6633c016

View file

@ -0,0 +1,18 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin %}
{% block title %}Duplicate RFC Editor Note Error{% endblock %}
{% block content %}
{% origin %}
<h1>There appear to be two RFC Editor Notes for this approved I-D</h1>
<p>Sorry, there appears to be an RFC Editor Note in the ballot writeup and
another one in the RFC Editor Note. Please put all of the information for
the RFC Editor in the RFC Editor Note.</p>
<p>The document writeup can be edited
<a href="{% url "doc_view" name=doc.canonical_name %}writeup/"> <em>Here</em></a>.</p>
{% endblock %}