1👍
✅
In your list_display
, add userprofile
list_display = ('email', 'first_name', 'last_name','userprofile')
👤levi
Source:stackexchange.com