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 f341c5d commit 3686b73Copy full SHA for 3686b73
1 file changed
ietf/templates/notify_expirations/body.txt
@@ -1,6 +1,7 @@
1
-The following draft will expire soon:
+{% load ietf_filters %}{% autoescape off %}The following draft will expire soon:
2
3
Filename: {{draft.filename}}
4
-Title: {{draft.title}}
+Title: {{draft.title|clean_whitespace}}
5
State: {{draft.idstate}}
6
Expires: {{expiration}} (in {{expiration|timeuntil}})
7
+{% endautoescape %}
0 commit comments