mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
replace type_of_work with
# about_your_organization and remove more_organization_information
This commit is contained in:
parent
d0effe6018
commit
425045783a
1 changed files with 1 additions and 4 deletions
|
@ -333,8 +333,6 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
|||
]
|
||||
search_help_text = "Search by domain."
|
||||
|
||||
# TODO: on merging with 446, replace type_of_work with
|
||||
# about_your_organization and remove more_organization_information
|
||||
fieldsets = [
|
||||
(None, {"fields": ["creator", "domain_application"]}),
|
||||
(
|
||||
|
@ -348,8 +346,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
|||
"federal_agency",
|
||||
"federal_type",
|
||||
"is_election_board",
|
||||
"type_of_work",
|
||||
"more_organization_information",
|
||||
"about_your_organization",
|
||||
]
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue