Amend admin for user

master
Mark Veidemanis 1 year ago
parent ac4c248175
commit be10375f60
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -32,17 +32,17 @@ class CustomUserAdmin(UserAdmin):
*UserAdmin.fieldsets, *UserAdmin.fieldsets,
( (
"Stripe information", "Stripe information",
{"fields": ("stripe_id",)}, {"fields": ("billing_provider_id",)},
),
(
"Payment information",
{
"fields": (
# "plans",
"last_payment",
)
},
), ),
# (
# "Payment information",
# {
# "fields": (
# # "plans",
# "last_payment",
# )
# },
# ),
) )

Loading…
Cancel
Save