use empty string for null service branch selection

This commit is contained in:
dandds 2018-10-17 11:09:13 -04:00
parent 771bd27794
commit 92dc4f45c9

View File

@ -1,7 +1,7 @@
from atst.domain.roles import WORKSPACE_ROLES as WORKSPACE_ROLE_DEFINITIONS from atst.domain.roles import WORKSPACE_ROLES as WORKSPACE_ROLE_DEFINITIONS
SERVICE_BRANCHES = [ SERVICE_BRANCHES = [
(None, "Select an option"), ("", "Select an option"),
("Air Force, Department of the", "Air Force, Department of the"), ("Air Force, Department of the", "Air Force, Department of the"),
("Army and Air Force Exchange Service", "Army and Air Force Exchange Service"), ("Army and Air Force Exchange Service", "Army and Air Force Exchange Service"),
("Army, Department of the", "Army, Department of the"), ("Army, Department of the", "Army, Department of the"),