From b88b4b6d2c88fcb77dadb90b04d7563b8abc2e6a Mon Sep 17 00:00:00 2001 From: luis cielak Date: Wed, 15 Aug 2018 09:44:43 -0400 Subject: [PATCH] Remove dup orgs --- atst/forms/org.py | 2 -- atst/forms/request.py | 2 -- 2 files changed, 4 deletions(-) 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)"),