Skip to content

Commit

Permalink
Blacked code
Browse files Browse the repository at this point in the history
Signed-off-by: Erkki Hietaranta <[email protected]>
  • Loading branch information
sbeach92 committed Feb 25, 2024
1 parent 38a607d commit ac51b38
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,18 @@ class CustomUserAdmin(UserAdmin):
"is_superuser",
"phone",
"bank_account",
'password1',
'password2',
"password1",
"password2",
),
},
),

(
"Dates",
{
"classes": ("wide",),
"fields": (
"birthday",
),

"fields": ("birthday",),
},
),

)

inlines = [ServiceSubscriptionInline]
Expand Down

0 comments on commit ac51b38

Please sign in to comment.