mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +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."
|
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 = [
|
fieldsets = [
|
||||||
(None, {"fields": ["creator", "domain_application"]}),
|
(None, {"fields": ["creator", "domain_application"]}),
|
||||||
(
|
(
|
||||||
|
@ -348,8 +346,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
||||||
"federal_agency",
|
"federal_agency",
|
||||||
"federal_type",
|
"federal_type",
|
||||||
"is_election_board",
|
"is_election_board",
|
||||||
"type_of_work",
|
"about_your_organization",
|
||||||
"more_organization_information",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue