Updated federal agency with new foreign key field

This commit is contained in:
Erin 2024-05-02 10:24:11 -07:00
parent e34dfbccdb
commit f9eb4746a1
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
6 changed files with 55 additions and 26 deletions

View file

@ -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",