Skip to content

Commit

Permalink
update list display links in admin for users model
Browse files Browse the repository at this point in the history
  • Loading branch information
aahnik committed Jan 7, 2024
1 parent 400e8fc commit cc51cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class TempleWebUserAdmin(UserAdmin):
add_form = TempleWebUserCreationForm

list_display = ["full_name", "email", "date_joined", "is_staff", "profile_link"]
list_display_links = ["full_name", "email"]
list_filter = ["is_staff"]

fieldsets = [
Expand Down

0 comments on commit cc51cdc

Please sign in to comment.