mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Remove us china federal agency
This commit is contained in:
parent
00b99d8786
commit
053bfc8822
3 changed files with 3 additions and 3 deletions
|
@ -1007,7 +1007,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
|||
"description": "Extends type of organization",
|
||||
"fields": [
|
||||
"federal_type",
|
||||
# "updated_federal_agency",
|
||||
"updated_federal_agency",
|
||||
# Above field commented out so it won't display
|
||||
"federal_agency", # TODO: remove later
|
||||
"tribe_name",
|
||||
|
@ -1260,7 +1260,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
|||
"description": "Extends type of organization",
|
||||
"fields": [
|
||||
"federal_type",
|
||||
# "updated_federal_agency",
|
||||
"updated_federal_agency",
|
||||
# Above field commented out so it won't display
|
||||
"federal_agency", # TODO: remove later
|
||||
"tribe_name",
|
||||
|
|
|
@ -34,6 +34,7 @@ class Command(BaseCommand):
|
|||
"Chemical Safety Board": "U.S. Chemical Safety Board",
|
||||
"Nuclear Waste Technical Review Board": "U.S. Nuclear Waste Technical Review Board",
|
||||
"State, Local, and Tribal Government": "Non-Federal Agency",
|
||||
"U.S. China Economic and Security Review Commission": "U.S.-China Economic and Security Review Commission",
|
||||
}
|
||||
|
||||
def find_federal_agency_row(self, domain_object):
|
||||
|
|
|
@ -176,7 +176,6 @@ class FederalAgency(TimeStampedModel):
|
|||
"U.S. Agency for International Development",
|
||||
"U.S. Capitol Police",
|
||||
"U.S. Chemical Safety Board",
|
||||
"U.S. China Economic and Security Review Commission",
|
||||
"U.S. Commission for the Preservation of Americas Heritage Abroad",
|
||||
"U.S. Commission of Fine Arts",
|
||||
"U.S. Commission on Civil Rights",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue