mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 04:48:26 -04:00
Don’t add newlines to DVLA markup view of template
It’s more confusing than helpful.
This commit is contained in:
@@ -162,7 +162,7 @@ def view_template_as_dvla_markup(service_id, template_id):
|
|||||||
str(LetterDVLATemplate(
|
str(LetterDVLATemplate(
|
||||||
template,
|
template,
|
||||||
notification_reference=1,
|
notification_reference=1,
|
||||||
)).replace('<cr>', '<cr>\n'),
|
)),
|
||||||
mimetype='text/plain',
|
mimetype='text/plain',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user