Skip to content

Commit 86f42b4

Browse files
committed
Apply 'autoescape off' to all email templates which don'have it but might need it.
- Legacy-Id: 3102
1 parent dd887ea commit 86f42b4

9 files changed

Lines changed: 16 additions & 9 deletions

ietf/templates/idrfc/ballot_comment_mail.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ ad }} has entered the following ballot position for
1+
{% autoescape off %}{{ ad }} has entered the following ballot position for
22
{{ doc.filename }}-{{ doc.revision_display }}: {{ pos.name }}
33

44
When responding, please keep the subject line intact and reply to all
@@ -25,3 +25,4 @@ COMMENT:
2525

2626
{{ comment|safe }}
2727
{% endif %}
28+
{% endautoescape %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
{% filter wordwrap:73 %}Ballot of {{ doc.file_tag }} has been deferred by {{ by }}.{% endfilter %}
1+
{% autoescape off %}{% filter wordwrap:73 %}Ballot of {{ doc.file_tag }} has been deferred by {{ by }}.{% endfilter %}
22

33
This ballot will be on the IESG agenda of {{ telechat_date }}.
4+
{% endautoescape %}

ietf/templates/idrfc/issue_ballot_mail.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ DISCUSSES AND COMMENTS
3737

3838
{{ doc.idinternal.ballot.ballot_writeup }}
3939
{% endif %}
40-
{% endautoescape%}
40+
{% endautoescape%}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
As you requsted, the Internet Draft {{ doc.file_tag|safe }}
1+
{% autoescape off %}As you requsted, the Internet Draft {{ doc.file_tag|safe }}
22
has been resurrected.
33

44
ID Tracker URL: {{ url|safe }}
5+
{% endautoescape %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
I-D that is requested to be resurrected: {{ doc.file_tag|safe }}
1+
{% autoescape off %}I-D that is requested to be resurrected: {{ doc.file_tag|safe }}
22
Requested by: {{ by|safe }}
33
ID Tracker URL: {{ url|safe }}
4+
{% endautoescape %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
{{ text }}
1+
{% autoescape off %}{{ text }}
22
ID Tracker URL: {{ url }}
3+
{% endautoescape %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
A new IPR disclosure has been submitted.
1+
{% autoescape off %}A new IPR disclosure has been submitted.
22
Please check it and post it.
33
https://datatracker.ietf.org/cgi-bin/ipr_admin/ipr_admin.cgi
44

55
{% include "ipr/details.txt" %}
6+
{% endautoescape %}

ietf/templates/submit/manual_post_mail.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Manual posting has been requested for the following Internet-Draft:
1+
{% autoescape off %}Manual posting has been requested for the following Internet-Draft:
22

33
I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/
44

@@ -20,3 +20,4 @@ Author(s):
2020
{% endfor %}
2121

2222
{{ draft.comment_to_sec }}
23+
{% endautoescape %}

ietf/templates/submit/submission_approval.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }} draft
22

3-
I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/
3+
I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/
44

55
File name: {{ draft.filename }}
66
Version: {{ draft.revision }}

0 commit comments

Comments
 (0)