Skip to content

Commit 5200a81

Browse files
committed
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
1 parent e2554a6 commit 5200a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/submit/submission_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Status of the submission: {{ submission.state.name }}</h2>
1414
<div class="info-message-{{ message.0 }}">{{ message.1 }}</div>
1515
{% endif %}
1616

17-
{% if submission.state_id == "aut-appr" and submission.submitter not in confirmation_list|join:", " %}
17+
{% if submission.state_id == "aut-appr" and submission.submitter_parsed.email not in confirmation_list|join:", " %}
1818
<div class="info-message-warning">
1919
Please note that since the database does not have your email address in the list of authors of previous
2020
revisions of the document, you are <b>not</b> receiving a confirmation email yourself; one of the

0 commit comments

Comments
 (0)