mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
CHORE: Fix CI
This commit is contained in:
@@ -24,6 +24,8 @@ admin.site.register(models.Payment)
|
||||
|
||||
def approve_user(modeladmin, request, queryset):
|
||||
queryset.update(is_approved=True)
|
||||
|
||||
|
||||
approve_user.short_description = "Approve selected users"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user