From 610bf5d149ba938e81560300582783238e31f7f0 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Thu, 18 Jul 2019 15:13:39 +0100 Subject: [PATCH] For now include nhs type orgs in allowed organisation types --- app/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models.py b/app/models.py index a5ee4d4dc..125136457 100644 --- a/app/models.py +++ b/app/models.py @@ -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", ]