mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -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(
|
||||
template,
|
||||
notification_reference=1,
|
||||
)).replace('<cr>', '<cr>\n'),
|
||||
)),
|
||||
mimetype='text/plain',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user