Stop expecting letter contact block in service JSON

We’re removing it for performance reasons.

This means removing the old pages that edited the letter contact block
when it was stored directly on the service, rather than the current
model where a service can have multiple contact blocks.
This commit is contained in:
Chris Hill-Scott
2020-06-22 09:58:00 +01:00
parent 2f1e8b104b
commit 45697aac43
4 changed files with 0 additions and 128 deletions

View File

@@ -36,7 +36,6 @@ class Service(JSONModel):
'id',
'inbound_api',
'letter_branding',
'letter_contact_block',
'message_limit',
'name',
'prefix_sms',