Skip to content

Commit

Permalink
Show the user's contributor ID in the administration panel
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Mar 15, 2024
1 parent c544e5a commit 3f4fbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colander/users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class UserAdmin(auth_admin.UserAdmin):
),
(_("Important dates"), {"fields": ("last_login", "date_joined")}),
)
list_display = ["username", "name", "is_superuser"]
list_display = ["username", "name", "is_superuser", "contributor_id"]
search_fields = ["name"]

0 comments on commit 3f4fbb4

Please sign in to comment.