Error message if the RFC Editor Note is in the writeup and in the new place.
- Legacy-Id: 10773
This commit is contained in:
parent
c73659e95c
commit
2e6633c016
18
ietf/templates/doc/draft/rfceditor_note_duplicate_error.html
Normal file
18
ietf/templates/doc/draft/rfceditor_note_duplicate_error.html
Normal 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 %}
|
Loading…
Reference in a new issue