We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29d4c7 commit 656580bCopy full SHA for 656580b
1 file changed
ietf/templates/community/public/notification_email.txt
@@ -1,15 +1,16 @@
1
-{% autoescape off %}
+{% autoescape off %}{% load ietf_filters %}
2
Hello,
3
4
-This is a notification from {{ clist.long_name }}.
+This is a notification from the {{ clist.long_name }}.
5
6
-Document: {{ notification.doc }}
+Document: {{ notification.doc }},
7
+https://datatracker.ietf.org/doc/{{ notification.doc }}
8
9
Change:
-{{ notification.desc }}
10
+{{ notification.desc|textify|striptags }}
11
12
Best regards,
13
- The datatracker login manager service
14
+ The datatracker draft tracking service
15
(for the IETF Secretariat)
16
{% endautoescape %}
0 commit comments