Add letter class row to settings page, visible to platform admin

Added a new row to the settings table, 'Post class', which shows the
default letter class of a service and is only visible to Platform Admin.

Also added a new page to enable Platform Admin users to change the
default letter class for a service - this only has two options at the
moment, 1st class only and 2nd class only.
This commit is contained in:
Katie Smith
2018-09-18 08:59:23 +01:00
parent 023d564008
commit de9759b99a
9 changed files with 117 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ class ServiceAPIClient(NotifyAdminAPIClient):
'created_by',
'branding',
'email_branding',
'letter_class',
'letter_contact_block',
'dvla_organisation',
'permissions',