mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +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 = [
|
||||
(
|
||||
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