Skip to content

Commit f2330d8

Browse files
committed
Add extra field to admin panel
1 parent f01baf8 commit f2330d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

accounts/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class CustomUserAdmin(BaseUserAdmin):
4242
form = UserChangeForm
4343
add_form = UserCreationForm
4444
list_display = ('email', 'username', 'full_name', 'is_superuser', 'user_type',
45-
'is_external')
45+
'is_external', 'status')
4646
list_filter = ('is_staff', 'is_superuser', 'is_active', 'groups',
4747
'is_external')
4848
search_fields = ('full_name', 'email', 'slack_display_name')

0 commit comments

Comments
 (0)