Skip to content

Commit

Permalink
added membership inline to users
Browse files Browse the repository at this point in the history
  • Loading branch information
seanshahkarami committed Oct 3, 2022
1 parent 84f8979 commit 4ecacfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class UserAdmin(auth_admin.UserAdmin):
)
list_display = ("username", "name", "is_superuser")
search_fields = ("username", "name")
inlines = (UserMembershipInline,)


@admin.register(Node)
Expand Down

0 comments on commit 4ecacfd

Please sign in to comment.