mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 19:23:23 +02:00
Comment out updatedfederalagency in admin
This commit is contained in:
parent
11f8081c5b
commit
df2f21a756
1 changed files with 2 additions and 4 deletions
|
@ -1007,8 +1007,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
||||||
"description": "Extends type of organization",
|
"description": "Extends type of organization",
|
||||||
"fields": [
|
"fields": [
|
||||||
"federal_type",
|
"federal_type",
|
||||||
# TODO 1975 BEFORE MERGING: COMMENT BELOW OUT
|
# "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",
|
||||||
|
@ -1261,8 +1260,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
||||||
"description": "Extends type of organization",
|
"description": "Extends type of organization",
|
||||||
"fields": [
|
"fields": [
|
||||||
"federal_type",
|
"federal_type",
|
||||||
# TODO 1975 BEFORE MERGING: COMMENT BELOW OUT
|
# "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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue