From c8bad44db433bfb808146b19a45917986df46d63 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Fri, 19 Jul 2019 16:12:12 +0100 Subject: [PATCH] Delete references to NHS generic organisation type --- app/config.py | 1 - .../views/organisations/organisation/settings/index.html | 1 - app/templates/views/service-settings.html | 1 - 3 files changed, 3 deletions(-) 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',