For now include nhs type orgs in allowed organisation types

This commit is contained in:
Pea Tyczynska
2019-07-18 15:13:39 +01:00
parent d89ef0594f
commit 610bf5d149

View File

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