22 lines
546 B
Plaintext
22 lines
546 B
Plaintext
{% autoescape off %}
|
|
Hi,
|
|
|
|
The IETF datatracker draft submission service has received your draft
|
|
{{ submission.name }}-{{ submission.rev }}, and requires a
|
|
confirmation step in order to be able to complete the posting of
|
|
the draft.{% if chair_notice %}
|
|
|
|
The chairs have been copied since this is a group document whose author list has changed.
|
|
{%endif%}
|
|
Please follow this link to the page where you can confirm the posting:
|
|
|
|
{{ confirmation_url }}
|
|
|
|
|
|
Best regards,
|
|
|
|
The IETF Secretariat
|
|
through the draft submission service
|
|
|
|
{% endautoescape %}
|