datatracker/ietf/templates/community/notification_email.txt
Lars Eggert 236c3f5b3e
fix: Don't run striptags on event descriptions that are emailed (#4267)
* fix: Don't run `striptags` on event descriptions that are emailed

Remove the `textify` filter, which is now unused.

Fixes #3600

* Update ietf_filters.py

* Update notification_email.txt
2022-07-24 11:37:17 -05:00

18 lines
480 B
Plaintext

{# Copyright The IETF Trust 2019, All Rights Reserved #}{% autoescape off %}{% load ietf_filters %}
Hello,
This is a notification from the {{ clist.long_name }}.
Document: {{ event.doc }},
{{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.doc.views_doc.document_main' name=event.doc.name %}
Change by {{ event.by }} on {{ event.time }}:
{{ event.desc|textify }}
Best regards,
The Datatracker draft tracking service
(for the IETF Secretariat)
{% endautoescape %}