Revert "446 - Change Type Of Work to About Your Organization"

This commit is contained in:
Rebecca H 2023-09-13 14:58:50 -07:00 committed by GitHub
parent 2b61e4a69d
commit 9622c58c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 138 additions and 124 deletions

View file

@ -484,7 +484,8 @@ class DomainApplicationAdmin(ListHeaderAdmin):
"federal_agency",
"federal_type",
"is_election_board",
"about_your_organization",
"type_of_work",
"more_organization_information",
]
},
),
@ -522,7 +523,8 @@ class DomainApplicationAdmin(ListHeaderAdmin):
# Read only that we'll leverage for CISA Analysts
analyst_readonly_fields = [
"creator",
"about_your_organization",
"type_of_work",
"more_organization_information",
"address_line1",
"address_line2",
"zipcode",