mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Revert "446 - Change Type Of Work to About Your Organization"
This commit is contained in:
parent
2b61e4a69d
commit
9622c58c52
17 changed files with 138 additions and 124 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue