mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-16 08:12:36 -04:00
Delete references to NHS generic organisation type
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user