Don't use '<' and '>' in text/plain email text.

- Legacy-Id: 2839
This commit is contained in:
Henrik Levkowetz 2011-02-10 12:40:12 +00:00
parent 6080c7ec02
commit ed31b7ef2b
4 changed files with 8 additions and 5 deletions

View file

@ -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 %}

View file

@ -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 }} &lt;{{ liaison.replyto|default:liaison.from_email|fix_ampersands }}&gt;)
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 %}

View file

@ -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 }} &lt;{{ liaison.replyto|default:liaison.from_email|fix_ampersands }}&gt;)
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 }}

View file

@ -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 %}