diff --git a/atst/forms/org.py b/atst/forms/org.py index 7717d62a..a812ce4e 100644 --- a/atst/forms/org.py +++ b/atst/forms/org.py @@ -52,7 +52,6 @@ class OrgForm(ValidatedForm): ("Joint Staff", "Joint Staff"), ("Missile Defense Agency", "Missile Defense Agency"), ("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 Oceanic and Atmospheric Administration (NOAA)", "National Oceanic and Atmospheric Administration (NOAA)"), ("National Reconnaissance Office", "National Reconnaissance Office"), @@ -63,7 +62,6 @@ class OrgForm(ValidatedForm): ("Office of Economic Adjustment", "Office of Economic Adjustment"), ("Office of the Secretary of Defense", "Office of the Secretary of Defense"), ("Pentagon Force Protection Agency", "Pentagon Force Protection Agency"), - ("TRANSCOM", "TRANSCOM"), ("Uniform Services University of the Health Sciences", "Uniform Services University of the Health Sciences"), ("US Cyber Command (USCYBERCOM)", "US Cyber Command (USCYBERCOM)"), ("US Special Operations Command (USSOCOM)", "US Special Operations Command (USSOCOM)"), diff --git a/atst/forms/request.py b/atst/forms/request.py index 32444253..31b1967d 100644 --- a/atst/forms/request.py +++ b/atst/forms/request.py @@ -68,7 +68,6 @@ class RequestForm(ValidatedForm): ("Joint Staff", "Joint Staff"), ("Missile Defense Agency", "Missile Defense Agency"), ("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 Oceanic and Atmospheric Administration (NOAA)", "National Oceanic and Atmospheric Administration (NOAA)"), ("National Reconnaissance Office", "National Reconnaissance Office"), @@ -79,7 +78,6 @@ class RequestForm(ValidatedForm): ("Office of Economic Adjustment", "Office of Economic Adjustment"), ("Office of the Secretary of Defense", "Office of the Secretary of Defense"), ("Pentagon Force Protection Agency", "Pentagon Force Protection Agency"), - ("TRANSCOM", "TRANSCOM"), ("Uniform Services University of the Health Sciences", "Uniform Services University of the Health Sciences"), ("US Cyber Command (USCYBERCOM)", "US Cyber Command (USCYBERCOM)"), ("US Special Operations Command (USSOCOM)", "US Special Operations Command (USSOCOM)"),