datatracker/ietf/templates/ipr/posted_document_email.txt
Lars Eggert 5fc93bb8ca
fix: Link to IPR details not history in email (#5252)
* fix: Link to IPR details not history in email

Fixes #5251

* Fix test
2023-03-01 13:02:31 -06:00

16 lines
641 B
Plaintext

{% autoescape off %}{% load ietf_filters %}To: {{ to_email }}
From: IETF Secretariat <ietf-ipr@ietf.org>
Subject: IPR Disclosure {{ ipr.title }}
Cc: {{ cc_email }}
Dear {{ to_name }}:
{% filter wordwrap:78 %}
An IPR disclosure that pertains to your {{ doc_info }} was submitted to the IETF Secretariat on {{ ipr.get_latest_event_submitted.time|date:"Y-m-d" }} and has been posted on the "IETF Page of Intellectual Property Rights Disclosures" ({{ settings.IDTRACKER_BASE_URL }}{% url "ietf.ipr.views.show" id=ipr.pk %}). The title of the IPR disclosure is "{{ ipr.title }}"
{% endfilter %}
Thank you
IETF Secretariat
{% endautoescape %}