Delete references to NHS generic organisation type

This commit is contained in:
Pea Tyczynska
2019-07-19 16:12:12 +01:00
parent 1bd5ff1dfc
commit c8bad44db4
3 changed files with 0 additions and 3 deletions

View File

@@ -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,

View File

@@ -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',

View File

@@ -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',