Skip to content

Commit

Permalink
Removing errant search fields from AccountAdmin, #107
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock committed May 27, 2024
1 parent 4106f98 commit e8d320c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hordak/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",)

Expand Down

0 comments on commit e8d320c

Please sign in to comment.