Skip to content

Commit 2e6633c

Browse files
committed
Error message if the RFC Editor Note is in the writeup and in the new place.
- Legacy-Id: 10773
1 parent c73659e commit 2e6633c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)