|
|
|
|
@ -121,7 +121,7 @@ class ProspectAdmin(SyncedObjectAdmin): |
|
|
|
|
'fields': ['related_activities', 'id', 'entity_names', 'first_name', 'last_name', 'email', 'phone', 'contact_again', 'official_user', 'name_unsure', 'entities', 'related_user'] |
|
|
|
|
}), |
|
|
|
|
] |
|
|
|
|
list_display = ('first_name', 'last_name', 'entity_names', 'last_update_date', 'current_status', 'current_text', 'contact_again') |
|
|
|
|
list_display = ('first_name', 'last_name', 'entity_names', 'last_update_date', 'current_status', 'phone', 'contact_again') |
|
|
|
|
|
|
|
|
|
list_filter = (ContactAgainFilter, ProspectStatusFilter, ProspectDeclineReasonFilter, ProspectGroupFilter, PhoneFilter, 'creation_date', StaffUserFilter, 'source', ProspectProfileFilter) |
|
|
|
|
search_fields = ('first_name', 'last_name', 'email', 'phone') |
|
|
|
|
|