Hide display in admin page

This commit is contained in:
Rebecca Hsieh 2024-05-01 14:56:30 -07:00
parent 481ea7bcb0
commit 511f432f60
No known key found for this signature in database

View file

@ -1017,7 +1017,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
"description": "Extends type of organization", "description": "Extends type of organization",
"fields": [ "fields": [
"federal_type", "federal_type",
"updated_federal_agency", # "updated_federal_agency",
# Above field commented out so it won't display # Above field commented out so it won't display
"federal_agency", # TODO: remove later "federal_agency", # TODO: remove later
"tribe_name", "tribe_name",
@ -1270,7 +1270,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
"description": "Extends type of organization", "description": "Extends type of organization",
"fields": [ "fields": [
"federal_type", "federal_type",
"updated_federal_agency", # "updated_federal_agency",
# Above field commented out so it won't display # Above field commented out so it won't display
"federal_agency", # TODO: remove later "federal_agency", # TODO: remove later
"tribe_name", "tribe_name",