diff --git a/app/config.py b/app/config.py index 1175e8861..1b602c57e 100644 --- a/app/config.py +++ b/app/config.py @@ -38,7 +38,6 @@ class Config(object): DEFAULT_FREE_SMS_FRAGMENT_LIMITS = { 'central': 250000, 'local': 25000, - 'nhs': 25000, 'nhs_central': 250000, 'nhs_local': 25000, 'emergency_service': 25000, diff --git a/app/templates/views/organisations/organisation/settings/index.html b/app/templates/views/organisations/organisation/settings/index.html index ce5e4f342..f45a6997e 100644 --- a/app/templates/views/organisations/organisation/settings/index.html +++ b/app/templates/views/organisations/organisation/settings/index.html @@ -28,7 +28,6 @@ {{ optional_text_field({ 'central': 'Central government', 'local': 'Local government', - 'nhs': 'NHS', 'nhs_central': 'NHS – central government agency or public body', 'nhs_local': 'NHS Trust, GP practice or Clinical Commissioning Group', 'emergency_service': 'Emergency service', diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index bc750e825..991700dae 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -321,7 +321,6 @@ {{ { 'central': 'Central government', 'local': 'Local government', - 'nhs': 'NHS', 'nhs_central': 'NHS – central government agency or public body', 'nhs_local': 'NHS Trust, GP practice or Clinical Commissioning Group', 'emergency_service': 'Emergency service',