Skip to content

Commit

Permalink
fix: Link to IPR details not history in email
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 1, 2023
1 parent ad553cc commit ff07422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/templates/ipr/posted_document_email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.history" id=ipr.pk %}). The title of the IPR disclosure is "{{ ipr.title }}"
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
Expand Down

0 comments on commit ff07422

Please sign in to comment.