Comment out updatedfederalagency in admin

This commit is contained in:
Rebecca Hsieh 2024-04-29 09:33:48 -07:00
parent 11f8081c5b
commit df2f21a756
No known key found for this signature in database

View file

@ -1007,8 +1007,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
"description": "Extends type of organization",
"fields": [
"federal_type",
# TODO 1975 BEFORE MERGING: COMMENT BELOW OUT
"updated_federal_agency",
# "updated_federal_agency",
# Above field commented out so it won't display
"federal_agency", # TODO: remove later
"tribe_name",
@ -1261,8 +1260,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
"description": "Extends type of organization",
"fields": [
"federal_type",
# TODO 1975 BEFORE MERGING: COMMENT BELOW OUT
"updated_federal_agency",
# "updated_federal_agency",
# Above field commented out so it won't display
"federal_agency", # TODO: remove later
"tribe_name",