mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-24 09:58:53 -04:00
For now include nhs type orgs in allowed organisation types
This commit is contained in:
@@ -325,7 +325,7 @@ class Domain(db.Model):
|
||||
|
||||
|
||||
ORGANISATION_TYPES = [
|
||||
"central", "local", "nhs_central",
|
||||
"central", "local", "nhs_central", "nhs",
|
||||
"nhs_local", "emergency_service", "school_or_college", "other",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user