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:
Henrik Levkowetz 2011-02-02 15:17:30 +00:00
parent 8d259d6c4c
commit f341c5de0e

View file

@ -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 %}