Add a clean_whitespace filter in some places to get rid of any newlines embedded in document titles.
- Legacy-Id: 2793
This commit is contained in:
parent
8d259d6c4c
commit
f341c5de0e
|
@ -1,6 +1,6 @@
|
|||
The following liaison statement will remain pending (and not public available) in the system until you approve it:
|
||||
{% autoescape off %}
|
||||
Title: {{ liaison.title }}
|
||||
{% load ietf_filters %}{% autoescape off %}
|
||||
Title: {{ liaison.title|clean_whitespace }}
|
||||
Submission Date: {{ liaison.submitted_date }}
|
||||
URL of the IETF Web page: {% url liaison_approval_detail liaison.pk %}
|
||||
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}
|
||||
|
|
Loading…
Reference in a new issue