mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 15:34:16 +02:00
Hide display in admin page
This commit is contained in:
parent
481ea7bcb0
commit
511f432f60
1 changed files with 2 additions and 2 deletions
|
@ -1017,7 +1017,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",
|
||||
|
@ -1270,7 +1270,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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue