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
This commit is contained in:
parent
e2554a6a0c
commit
5200a8170b
|
@ -14,7 +14,7 @@
|
|||
<div class="info-message-{{ message.0 }}">{{ message.1 }}</div>
|
||||
{% 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:", " %}
|
||||
<div class="info-message-warning">
|
||||
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 <b>not</b> receiving a confirmation email yourself; one of the
|
||||
|
|
Loading…
Reference in a new issue