Don't use '<' and '>' in text/plain email text.
- Legacy-Id: 2839
This commit is contained in:
parent
6080c7ec02
commit
ed31b7ef2b
ietf/templates/liaisons
|
@ -1,10 +1,10 @@
|
|||
The following liaison {{ days_msg }}. Plase take actions.
|
||||
{% autoescape off %}The following liaison {{ days_msg }}. Plase take actions.
|
||||
|
||||
Title: {{ liaison.title }}
|
||||
Submission Date: {{ liaison.submitted_date }}
|
||||
URL of the IETF Web page: {% url liaison_detail object_id=liaison.pk %}
|
||||
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}
|
||||
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email|fix_ampersands }}>)
|
||||
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email }}>)
|
||||
To: {{ liaison.to_body }} ({{ liaison.to_poc }})
|
||||
Cc: {{ liaison.cc1 }}
|
||||
Reponse Contact: {{ liaison.response_contact }}
|
||||
|
@ -18,3 +18,4 @@ Attachment(s):
|
|||
{% empty %}
|
||||
No document has been attached
|
||||
{% endfor %}
|
||||
{% endautoescape %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Submission Date: {{ liaison.submitted_date }}
|
||||
URL of the IETF Web page: {% url liaison_detail object_id=liaison.pk %}
|
||||
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}
|
||||
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email|fix_ampersands }}>)
|
||||
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email }}>)
|
||||
To: {{ liaison.to_body }} ({{ liaison.to_poc }})
|
||||
Cc: {{ liaison.cc1 }}
|
||||
Reponse Contact: {{ liaison.response_contact }}
|
||||
|
@ -16,4 +16,4 @@ Attachment(s):
|
|||
{% empty %}
|
||||
No document has been attached
|
||||
{% endfor %}
|
||||
{% endautoescape %}
|
||||
{% endautoescape %}
|
||||
|
|
|
@ -4,7 +4,7 @@ Title: {{ liaison.title|clean_whitespace }}
|
|||
Submission Date: {{ liaison.submitted_date }}
|
||||
URL of the IETF Web page: {% url liaison_approval_detail liaison.pk %}
|
||||
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}
|
||||
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email|fix_ampersands }}>)
|
||||
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email }}>)
|
||||
To: {{ liaison.to_body }} ({{ liaison.to_poc }})
|
||||
Cc: {{ liaison.cc1 }}
|
||||
Reponse Contact: {{ liaison.response_contact }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{% autoescape off %}
|
||||
Dear {{ manager_name }}
|
||||
|
||||
This is an automatic reminder, please do not reply to this email.
|
||||
|
@ -19,3 +20,4 @@ For any questions please contact statments@ietf.org.
|
|||
Thank you,
|
||||
|
||||
The IETF Secretariat (statements@ietf.org)
|
||||
{% endautoescape %}
|
||||
|
|
Loading…
Reference in a new issue