17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
{% autoescape off %}
|
|
Hi,
|
|
|
|
The datatracker has received a request to send out the link to the URL where you
|
|
can confirm the submission of your draft {{ submission.filename }}-{{ submission.revision }}.
|
|
|
|
Please follow this link to get full access to the submission page:
|
|
{{ url|safe }}
|
|
|
|
|
|
Best regards,
|
|
|
|
The IETF Secretariat
|
|
through the draft submission service
|
|
|
|
{% endautoescape %}
|