datatracker/ietf/templates/submit/full_url.txt
Lars Eggert f8b48f4c43
fix: use Internet-Draft more consistently across the UI (#5104)
* s/Internet Draft/Internet-Draft/i

* s/draft/Internet-Draft/i or s/draft/I-D/i

* s/ID/I-D/

* Fix tests

* a -> an

* Undo case-change to ASCII

* Address code review comments

* Add migrations

* Add merged migration

* fix: straighten out migrations

* fix: finish straightening out migrations

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-02-11 10:09:28 -06:00

17 lines
393 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 Internet-Draft {{ submission.name }}-{{ submission.rev }}.
Please follow this link to get full access to the submission page:
{{ url|safe }}
Best regards,
The IETF Secretariat
through the Internet-Draft submission service
{% endautoescape %}