19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
{% autoescape off %}
|
|
Hi,
|
|
|
|
The IETF datatracker draft submission service has received your draft
|
|
{{ draft.filename }}-{{ draft.revision }}, and requires a
|
|
confirmation step in order to be able to complete the posting of
|
|
the draft.
|
|
|
|
Please follow this link to the page where you can confirm the posting:
|
|
{{ confirm_url|safe }}
|
|
|
|
|
|
Best regards,
|
|
|
|
The IETF Secretariat
|
|
through the draft submission service
|
|
|
|
{% endautoescape %}
|