diff --git a/ietf/submit/tests.py b/ietf/submit/tests.py index bd86af8f4..7a980d8d9 100644 --- a/ietf/submit/tests.py +++ b/ietf/submit/tests.py @@ -194,7 +194,7 @@ class SubmitTestCase(django.test.TestCase): # dig out confirmation link msg = confirmation.get_payload(decode=True) - line_start = "I-D Submission Tool URL:" + line_start = "Confirmation URL:" self.assertTrue(line_start in msg) confirm_url = None for line in msg.split("\n"): diff --git a/ietf/templates/submit/confirm_autopost.txt b/ietf/templates/submit/confirm_autopost.txt index f79eefdb8..d2b586309 100644 --- a/ietf/templates/submit/confirm_autopost.txt +++ b/ietf/templates/submit/confirm_autopost.txt @@ -7,7 +7,7 @@ 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 }} +Confirmation URL: {{ confirm_url|safe }} Best regards,