use empty string for null service branch selection
This commit is contained in:
parent
771bd27794
commit
92dc4f45c9
@ -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"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user