Skip to content

Commit f341c5d

Browse files
committed
Add a clean_whitespace filter in some places to get rid of any newlines embedded in document titles.
- Legacy-Id: 2793
1 parent 8d259d6 commit f341c5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/liaisons/pending_liaison_mail.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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 }}
2+
{% load ietf_filters %}{% autoescape off %}
3+
Title: {{ liaison.title|clean_whitespace }}
44
Submission Date: {{ liaison.submitted_date }}
55
URL of the IETF Web page: {% url liaison_approval_detail liaison.pk %}
66
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}

0 commit comments

Comments
 (0)