Skip to content

Commit 656580b

Browse files
committed
Tweaked the community tracker notification email.
- Legacy-Id: 4641
1 parent a29d4c7 commit 656580b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
{% autoescape off %}
1+
{% autoescape off %}{% load ietf_filters %}
22
Hello,
33

4-
This is a notification from {{ clist.long_name }}.
4+
This is a notification from the {{ clist.long_name }}.
55

6-
Document: {{ notification.doc }}
6+
Document: {{ notification.doc }},
7+
https://datatracker.ietf.org/doc/{{ notification.doc }}
78

89
Change:
9-
{{ notification.desc }}
10+
{{ notification.desc|textify|striptags }}
1011

1112
Best regards,
1213

13-
The datatracker login manager service
14+
The datatracker draft tracking service
1415
(for the IETF Secretariat)
1516
{% endautoescape %}

0 commit comments

Comments
 (0)