From a554288fafe455bdb92df1c7ea517dbd094c34bb Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 27 Jul 2012 22:48:56 +0000 Subject: [PATCH] Tweaked the I-D submission confirmation email some more, to be able to update the test suite to find the confirmation URL in the message. - Legacy-Id: 4645 --- ietf/submit/tests.py | 2 +- ietf/templates/submit/confirm_autopost.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,