diff --git a/templates/requests/screen-4.html b/templates/requests/screen-4.html index 06b5cd7b..b901c47c 100644 --- a/templates/requests/screen-4.html +++ b/templates/requests/screen-4.html @@ -8,16 +8,6 @@ {% from "components/text_input.html" import TextInput %} {% from "components/icon.html" import Icon %} - -{% set dod_component_choices = { - "null": "Select an option", - "us_air_force": "US Air Force", - "us_army": "US Army", - "us_navy": "US Navy", - "us_marine_corps": "US Marine Corps", - "joint_chiefs_of_staff": "Joint Chiefs of Staff" -} %} - {% set organization_providing_assistance_choices = { "in_house_staff": "In-house staff", "contractor": "Contractor", @@ -59,7 +49,7 @@