From 656580bbf30371ea1461f85ab1cc2f8cd5bafda6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 27 Jul 2012 21:37:30 +0000 Subject: [PATCH] Tweaked the community tracker notification email. - Legacy-Id: 4641 --- .../templates/community/public/notification_email.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ietf/templates/community/public/notification_email.txt b/ietf/templates/community/public/notification_email.txt index 0e0c3214b..6db28028d 100644 --- a/ietf/templates/community/public/notification_email.txt +++ b/ietf/templates/community/public/notification_email.txt @@ -1,15 +1,16 @@ -{% autoescape off %} +{% autoescape off %}{% load ietf_filters %} 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: -{{ notification.desc }} +{{ notification.desc|textify|striptags }} Best regards, - The datatracker login manager service + The datatracker draft tracking service (for the IETF Secretariat) {% endautoescape %}