Tweaked the community tracker notification email.

- Legacy-Id: 4641
This commit is contained in:
Henrik Levkowetz 2012-07-27 21:37:30 +00:00
parent a29d4c7d16
commit 656580bbf3

View file

@ -1,15 +1,16 @@
{% autoescape off %} {% autoescape off %}{% load ietf_filters %}
Hello, Hello,
This is a notification from {{ clist.long_name }}. This is a notification from the {{ clist.long_name }}.
Document: {{ notification.doc }} Document: {{ notification.doc }},
https://datatracker.ietf.org/doc/{{ notification.doc }}
Change: Change:
{{ notification.desc }} {{ notification.desc|textify|striptags }}
Best regards, Best regards,
The datatracker login manager service The datatracker draft tracking service
(for the IETF Secretariat) (for the IETF Secretariat)
{% endautoescape %} {% endautoescape %}