We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400e8fc commit cc51cdcCopy full SHA for cc51cdc
src/users/admin.py
@@ -29,6 +29,7 @@ class TempleWebUserAdmin(UserAdmin):
29
add_form = TempleWebUserCreationForm
30
31
list_display = ["full_name", "email", "date_joined", "is_staff", "profile_link"]
32
+ list_display_links = ["full_name", "email"]
33
list_filter = ["is_staff"]
34
35
fieldsets = [
0 commit comments