mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Updated federal agency with new foreign key field
This commit is contained in:
parent
e34dfbccdb
commit
f9eb4746a1
6 changed files with 55 additions and 26 deletions
|
@ -1017,9 +1017,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
|||
"description": "Extends type of organization",
|
||||
"fields": [
|
||||
"federal_type",
|
||||
# "updated_federal_agency",
|
||||
# Above field commented out so it won't display
|
||||
"federal_agency", # TODO: remove later
|
||||
"federal_agency",
|
||||
"tribe_name",
|
||||
"federally_recognized_tribe",
|
||||
"state_recognized_tribe",
|
||||
|
@ -1270,9 +1268,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
|||
"description": "Extends type of organization",
|
||||
"fields": [
|
||||
"federal_type",
|
||||
# "updated_federal_agency",
|
||||
# Above field commented out so it won't display
|
||||
"federal_agency", # TODO: remove later
|
||||
"federal_agency",
|
||||
"tribe_name",
|
||||
"federally_recognized_tribe",
|
||||
"state_recognized_tribe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue