From 5200a8170b25283f95cc8b628e840ca70a9e1c02 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 28 Jan 2014 11:23:52 +0000 Subject: [PATCH] Commit patch from r7172 to make the check for whether a draft submitter is also one of the authors of the draft more robust on djangoport branch too so it doesn't get lost in the noise - Legacy-Id: 7173 --- ietf/templates/submit/submission_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/submit/submission_status.html b/ietf/templates/submit/submission_status.html index b03dc19ff..b2b224ea5 100644 --- a/ietf/templates/submit/submission_status.html +++ b/ietf/templates/submit/submission_status.html @@ -14,7 +14,7 @@
{{ message.1 }}
{% endif %} -{% if submission.state_id == "aut-appr" and submission.submitter not in confirmation_list|join:", " %} +{% if submission.state_id == "aut-appr" and submission.submitter_parsed.email not in confirmation_list|join:", " %}
Please note that since the database does not have your email address in the list of authors of previous revisions of the document, you are not receiving a confirmation email yourself; one of the