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 8d259d6 commit f341c5dCopy full SHA for f341c5d
1 file changed
ietf/templates/liaisons/pending_liaison_mail.txt
@@ -1,6 +1,6 @@
1
The following liaison statement will remain pending (and not public available) in the system until you approve it:
2
-{% autoescape off %}
3
-Title: {{ liaison.title }}
+{% load ietf_filters %}{% autoescape off %}
+Title: {{ liaison.title|clean_whitespace }}
4
Submission Date: {{ liaison.submitted_date }}
5
URL of the IETF Web page: {% url liaison_approval_detail liaison.pk %}
6
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}
0 commit comments