Remove dup orgs

This commit is contained in:
luis cielak 2018-08-15 09:44:43 -04:00 committed by luisgov
parent f32c79cfb2
commit b88b4b6d2c
2 changed files with 0 additions and 4 deletions

View File

@ -52,7 +52,6 @@ class OrgForm(ValidatedForm):
("Joint Staff", "Joint Staff"), ("Joint Staff", "Joint Staff"),
("Missile Defense Agency", "Missile Defense Agency"), ("Missile Defense Agency", "Missile Defense Agency"),
("National Defense University", "National Defense University"), ("National Defense University", "National Defense University"),
("National Geospatial Intelligence Agency", "National Geospatial Intelligence Agency"),
("National Geospatial Intelligence Agency (NGA)", "National Geospatial Intelligence Agency (NGA)"), ("National Geospatial Intelligence Agency (NGA)", "National Geospatial Intelligence Agency (NGA)"),
("National Oceanic and Atmospheric Administration (NOAA)", "National Oceanic and Atmospheric Administration (NOAA)"), ("National Oceanic and Atmospheric Administration (NOAA)", "National Oceanic and Atmospheric Administration (NOAA)"),
("National Reconnaissance Office", "National Reconnaissance Office"), ("National Reconnaissance Office", "National Reconnaissance Office"),
@ -63,7 +62,6 @@ class OrgForm(ValidatedForm):
("Office of Economic Adjustment", "Office of Economic Adjustment"), ("Office of Economic Adjustment", "Office of Economic Adjustment"),
("Office of the Secretary of Defense", "Office of the Secretary of Defense"), ("Office of the Secretary of Defense", "Office of the Secretary of Defense"),
("Pentagon Force Protection Agency", "Pentagon Force Protection Agency"), ("Pentagon Force Protection Agency", "Pentagon Force Protection Agency"),
("TRANSCOM", "TRANSCOM"),
("Uniform Services University of the Health Sciences", "Uniform Services University of the Health Sciences"), ("Uniform Services University of the Health Sciences", "Uniform Services University of the Health Sciences"),
("US Cyber Command (USCYBERCOM)", "US Cyber Command (USCYBERCOM)"), ("US Cyber Command (USCYBERCOM)", "US Cyber Command (USCYBERCOM)"),
("US Special Operations Command (USSOCOM)", "US Special Operations Command (USSOCOM)"), ("US Special Operations Command (USSOCOM)", "US Special Operations Command (USSOCOM)"),

View File

@ -68,7 +68,6 @@ class RequestForm(ValidatedForm):
("Joint Staff", "Joint Staff"), ("Joint Staff", "Joint Staff"),
("Missile Defense Agency", "Missile Defense Agency"), ("Missile Defense Agency", "Missile Defense Agency"),
("National Defense University", "National Defense University"), ("National Defense University", "National Defense University"),
("National Geospatial Intelligence Agency", "National Geospatial Intelligence Agency"),
("National Geospatial Intelligence Agency (NGA)", "National Geospatial Intelligence Agency (NGA)"), ("National Geospatial Intelligence Agency (NGA)", "National Geospatial Intelligence Agency (NGA)"),
("National Oceanic and Atmospheric Administration (NOAA)", "National Oceanic and Atmospheric Administration (NOAA)"), ("National Oceanic and Atmospheric Administration (NOAA)", "National Oceanic and Atmospheric Administration (NOAA)"),
("National Reconnaissance Office", "National Reconnaissance Office"), ("National Reconnaissance Office", "National Reconnaissance Office"),
@ -79,7 +78,6 @@ class RequestForm(ValidatedForm):
("Office of Economic Adjustment", "Office of Economic Adjustment"), ("Office of Economic Adjustment", "Office of Economic Adjustment"),
("Office of the Secretary of Defense", "Office of the Secretary of Defense"), ("Office of the Secretary of Defense", "Office of the Secretary of Defense"),
("Pentagon Force Protection Agency", "Pentagon Force Protection Agency"), ("Pentagon Force Protection Agency", "Pentagon Force Protection Agency"),
("TRANSCOM", "TRANSCOM"),
("Uniform Services University of the Health Sciences", "Uniform Services University of the Health Sciences"), ("Uniform Services University of the Health Sciences", "Uniform Services University of the Health Sciences"),
("US Cyber Command (USCYBERCOM)", "US Cyber Command (USCYBERCOM)"), ("US Cyber Command (USCYBERCOM)", "US Cyber Command (USCYBERCOM)"),
("US Special Operations Command (USSOCOM)", "US Special Operations Command (USSOCOM)"), ("US Special Operations Command (USSOCOM)", "US Special Operations Command (USSOCOM)"),