diff --git a/hordak/admin.py b/hordak/admin.py index 37c28a4..3d6f81c 100644 --- a/hordak/admin.py +++ b/hordak/admin.py @@ -33,12 +33,6 @@ class AccountAdmin(MPTTModelAdmin): "code", "full_code", "name", - "userprofile__email", - "subscribed_userprofile__email", - "userprofile__first_name", - "subscribed_userprofile__first_name", - "userprofile__last_name", - "subscribed_userprofile__last_name", ) list_filter = ("type",)