Turned off html autoescape in IPR email templates.
- Legacy-Id: 16423
This commit is contained in:
parent
31ad4eb574
commit
13c69a1a55
|
@ -1,4 +1,4 @@
|
|||
{% load ietf_filters %}
|
||||
{% autoescape off %}{% load ietf_filters %}
|
||||
The Patent Holder states that its position with respect to licensing any patent claims
|
||||
contained in the patent(s) or patent application(s) disclosed above that would necessarily
|
||||
be infringed by implementation of the technology required by the relevant IETF
|
||||
|
@ -29,3 +29,4 @@ specification, is as follows(select one licensing declaration option only):
|
|||
{% endif %}Licensing information, comments, notes or URL for further information:
|
||||
|
||||
{{ info|safe|wordwrap:76|indent }}
|
||||
{% endautoescape %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% load ietf_filters %}To: {{ to_email }}
|
||||
{% autoescape off %}{% load ietf_filters %}To: {{ to_email }}
|
||||
From: IETF Secretariat <ietf-ipr@ietf.org>
|
||||
Subject: IPR Disclosure {{ ipr.title }}
|
||||
Cc: {{ cc_email }}
|
||||
|
@ -12,3 +12,4 @@ An IPR disclosure that pertains to your {{ doc_info }} was submitted to the IETF
|
|||
Thank you
|
||||
|
||||
IETF Secretariat
|
||||
{% endautoescape %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
To: {{ to_email }}
|
||||
{% autoescape off %}To: {{ to_email }}
|
||||
From: IETF Secretariat <ietf-ipr@ietf.org>
|
||||
Subject: Posting of IPR Disclosure
|
||||
Cc:
|
||||
|
@ -12,4 +12,5 @@ and has been posted on the "IETF Page of Intellectual Property Rights Disclosure
|
|||
|
||||
Thank you
|
||||
|
||||
IETF Secretariat
|
||||
IETF Secretariat
|
||||
{% endautoescape %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
To: {{ to_email }}
|
||||
{% autoescape off %}To: {{ to_email }}
|
||||
From: IETF Secretariat <ietf-ipr@ietf.org>
|
||||
Subject: Posting of IPR {% if ipr.updates %}Updated {% endif %}Disclosure
|
||||
Cc: {{ cc_email }}
|
||||
|
@ -17,4 +17,5 @@ IPR disclosure ID #{{ rel.target.pk }}, "{{ rel.target.title }}", which was post
|
|||
|
||||
Thank you
|
||||
|
||||
IETF Secretariat
|
||||
IETF Secretariat
|
||||
{% endautoescape %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
To: {{ to_email }}
|
||||
{% autoescape off %}To: {{ to_email }}
|
||||
From: IETF Secretariat <ietf-ipr@ietf.org>
|
||||
Subject: IPR update notification
|
||||
Reply-To: {{ reply_to }}
|
||||
|
@ -24,4 +24,5 @@ the update until we can be assured it is authorized.
|
|||
|
||||
Thank you
|
||||
|
||||
IETF Secretariat
|
||||
IETF Secretariat
|
||||
{% endautoescape %}
|
||||
|
|
Loading…
Reference in a new issue