Apply 'autoescape off' to all email templates which don'have it but might need it.

- Legacy-Id: 3102
This commit is contained in:
Henrik Levkowetz 2011-05-07 20:29:43 +00:00
parent dd887eabeb
commit 86f42b4702
9 changed files with 16 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{{ ad }} has entered the following ballot position for
{% autoescape off %}{{ ad }} has entered the following ballot position for
{{ doc.filename }}-{{ doc.revision_display }}: {{ pos.name }}
When responding, please keep the subject line intact and reply to all
@ -25,3 +25,4 @@ COMMENT:
{{ comment|safe }}
{% endif %}
{% endautoescape %}

View file

@ -1,3 +1,4 @@
{% filter wordwrap:73 %}Ballot of {{ doc.file_tag }} has been deferred by {{ by }}.{% endfilter %}
{% autoescape off %}{% filter wordwrap:73 %}Ballot of {{ doc.file_tag }} has been deferred by {{ by }}.{% endfilter %}
This ballot will be on the IESG agenda of {{ telechat_date }}.
{% endautoescape %}

View file

@ -37,4 +37,4 @@ DISCUSSES AND COMMENTS
{{ doc.idinternal.ballot.ballot_writeup }}
{% endif %}
{% endautoescape%}
{% endautoescape%}

View file

@ -1,4 +1,5 @@
As you requsted, the Internet Draft {{ doc.file_tag|safe }}
{% autoescape off %}As you requsted, the Internet Draft {{ doc.file_tag|safe }}
has been resurrected.
ID Tracker URL: {{ url|safe }}
{% endautoescape %}

View file

@ -1,3 +1,4 @@
I-D that is requested to be resurrected: {{ doc.file_tag|safe }}
{% autoescape off %}I-D that is requested to be resurrected: {{ doc.file_tag|safe }}
Requested by: {{ by|safe }}
ID Tracker URL: {{ url|safe }}
{% endautoescape %}

View file

@ -1,2 +1,3 @@
{{ text }}
{% autoescape off %}{{ text }}
ID Tracker URL: {{ url }}
{% endautoescape %}

View file

@ -1,5 +1,6 @@
A new IPR disclosure has been submitted.
{% autoescape off %}A new IPR disclosure has been submitted.
Please check it and post it.
https://datatracker.ietf.org/cgi-bin/ipr_admin/ipr_admin.cgi
{% include "ipr/details.txt" %}
{% endautoescape %}

View file

@ -1,4 +1,4 @@
Manual posting has been requested for the following Internet-Draft:
{% autoescape off %}Manual posting has been requested for the following Internet-Draft:
I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/
@ -20,3 +20,4 @@ Author(s):
{% endfor %}
{{ draft.comment_to_sec }}
{% endautoescape %}

View file

@ -1,6 +1,6 @@
WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }} draft
I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/
I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/
File name: {{ draft.filename }}
Version: {{ draft.revision }}