From a285e376dafa79e84a036b8b5f66b79c256e3c18 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 17 Mar 2023 10:11:52 +0100 Subject: [PATCH] fix filter --- teleforma/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/admin.py b/teleforma/admin.py index 499f66ab..bbcaa3ba 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -238,7 +238,7 @@ class UserProfileAdmin(UserAdmin): list_display = UserAdmin.list_display + ( 'user_actions', ) - list_filter = ['origin',] + list_filter = ['profile__origin',] def user_actions(self, obj): return format_html( -- 2.39.5