mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Add show/hide button
This commit is contained in:
parent
ab35657147
commit
4414f8f59d
1 changed files with 10 additions and 1 deletions
|
@ -2919,13 +2919,22 @@ class PortfolioAdmin(ListHeaderAdmin):
|
||||||
"fields": [
|
"fields": [
|
||||||
"organization_name",
|
"organization_name",
|
||||||
"federal_agency",
|
"federal_agency",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"Show details",
|
||||||
|
{
|
||||||
|
"classes": ["collapse--dgfieldset"],
|
||||||
|
"description": "Extends organization name and mailing address",
|
||||||
|
"fields": [
|
||||||
"state_territory",
|
"state_territory",
|
||||||
"address_line1",
|
"address_line1",
|
||||||
"address_line2",
|
"address_line2",
|
||||||
"city",
|
"city",
|
||||||
"zipcode",
|
"zipcode",
|
||||||
"urbanization",
|
"urbanization",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
("Portfolio members", {"fields": ["display_admins", "display_members"]}),
|
("Portfolio members", {"fields": ["display_admins", "display_members"]}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue