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

This commit is contained in:
2025-07-25 10:44:58 +05:00
parent f84f03fd5b
commit f8c91e8f14

View File

@@ -47,6 +47,7 @@ class UserAdmin(BaseUserAdmin):
"island", "island",
"terms_accepted", "terms_accepted",
"policy_accepted", "policy_accepted",
"agreement",
) )
}, },
), ),