|
|
|
|
@ -119,7 +119,7 @@ class ProspectAdmin(SyncedObjectAdmin): |
|
|
|
|
list_display = ('first_name', 'last_name', 'entity_names', 'last_update_date', 'current_status', 'current_text', 'contact_again') |
|
|
|
|
|
|
|
|
|
list_filter = (ContactAgainFilter, ProspectStatusFilter, ProspectDeclineReasonFilter, ProspectGroupFilter, PhoneFilter, 'creation_date', StaffUserFilter, 'source', ProspectProfileFilter) |
|
|
|
|
search_fields = ('first_name', 'last_name', 'email', 'entities__name') |
|
|
|
|
search_fields = ('first_name', 'last_name', 'email') |
|
|
|
|
date_hierarchy = 'creation_date' |
|
|
|
|
change_list_template = "admin/biz/prospect/change_list.html" |
|
|
|
|
ordering = ['-last_update'] |
|
|
|
|
|