We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73659e commit 2e6633cCopy full SHA for 2e6633c
1 file changed
ietf/templates/doc/draft/rfceditor_note_duplicate_error.html
@@ -0,0 +1,18 @@
1
+{% extends "base.html" %}
2
+{# Copyright The IETF Trust 2016, All Rights Reserved #}
3
+{% load origin %}
4
+
5
+{% block title %}Duplicate RFC Editor Note Error{% endblock %}
6
7
+{% block content %}
8
+ {% origin %}
9
+ <h1>There appear to be two RFC Editor Notes for this approved I-D</h1>
10
11
+ <p>Sorry, there appears to be an RFC Editor Note in the ballot writeup and
12
+ another one in the RFC Editor Note. Please put all of the information for
13
+ the RFC Editor in the RFC Editor Note.</p>
14
15
+ <p>The document writeup can be edited
16
+ <a href="{% url "doc_view" name=doc.canonical_name %}writeup/"> <em>Here</em></a>.</p>
17
18
+{% endblock %}
0 commit comments