Skip to content

Commit

Permalink
Zmiana listy
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 14, 2023
1 parent a761c3c commit b48e4bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cvat/apps/iam/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class CustomUserAdmin(UserAdmin):
},
),
)
list_display = ("username", "first_name", "last_name", "is_staff", "is_active", "last_login")

actions = ["user_activate", "user_deactivate"]

@admin.action(
Expand Down

0 comments on commit b48e4bc

Please sign in to comment.