From 92dc4f45c9c8f3644027d3e46654d606efbfee3e Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 17 Oct 2018 11:09:13 -0400 Subject: [PATCH] use empty string for null service branch selection --- atst/forms/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/forms/data.py b/atst/forms/data.py index 06db4ed8..89ad9e8b 100644 --- a/atst/forms/data.py +++ b/atst/forms/data.py @@ -1,7 +1,7 @@ from atst.domain.roles import WORKSPACE_ROLES as WORKSPACE_ROLE_DEFINITIONS SERVICE_BRANCHES = [ - (None, "Select an option"), + ("", "Select an option"), ("Air Force, Department of the", "Air Force, Department of the"), ("Army and Air Force Exchange Service", "Army and Air Force Exchange Service"), ("Army, Department of the", "Army, Department of the"),