Skip to content

Commit

Permalink
Improved admin user table
Browse files Browse the repository at this point in the history
  • Loading branch information
casassarnau committed Jul 5, 2020
1 parent 541dc8c commit db05ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class UserAdmin(admin.ModelAdmin):
form = UserChangeForm
change_password_form = AdminPasswordChangeForm

display_fields = ['email', 'name', 'admin_is_organizer', 'admin_is_volunteer_accepted',
display_fields = ['email', 'name', 'type', 'admin_is_organizer', 'admin_is_volunteer_accepted',
'is_director', 'have_application']
filter_fields = ['is_director', 'is_admin', 'email_verified', 'type']
permission_fields = ['is_director', 'is_admin', 'email_verified', 'can_review_dubious', 'can_review_blacklist',
Expand Down

0 comments on commit db05ade

Please sign in to comment.