mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 03:19:24 +02:00
Linting
This commit is contained in:
parent
be07a06a15
commit
058955100a
1 changed files with 1 additions and 3 deletions
|
@ -645,9 +645,7 @@ class ContactAdmin(ListHeaderAdmin):
|
||||||
fieldsets = [
|
fieldsets = [
|
||||||
(
|
(
|
||||||
None,
|
None,
|
||||||
{
|
{"fields": ["user", "first_name", "middle_name", "last_name", "title", "email", "phone"]},
|
||||||
"fields": ["user", "first_name", "middle_name", "last_name", "title", "email", "phone"]
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue