Don’t add newlines to DVLA markup view of template

It’s more confusing than helpful.
This commit is contained in:
Chris Hill-Scott
2017-08-24 11:44:43 +01:00
committed by GitHub
parent 10ad56f12e
commit 9c080466a7

View File

@@ -162,7 +162,7 @@ def view_template_as_dvla_markup(service_id, template_id):
str(LetterDVLATemplate(
template,
notification_reference=1,
)).replace('<cr>', '<cr>\n'),
)),
mimetype='text/plain',
)