mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-05 13:35:23 +00:00
feat(admin): add agreement field to UserAdmin for improved user management ✨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m43s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m43s
This commit is contained in:
@@ -47,6 +47,7 @@ class UserAdmin(BaseUserAdmin):
|
|||||||
"island",
|
"island",
|
||||||
"terms_accepted",
|
"terms_accepted",
|
||||||
"policy_accepted",
|
"policy_accepted",
|
||||||
|
"agreement",
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user