|
|
|
|
@ -55,7 +55,7 @@ class MainDB_contributorsAdmin(ExportMixin, ImportMixin, admin.ModelAdmin):
|
|
|
|
|
|
|
|
|
|
resource_class = contributorsResource
|
|
|
|
|
|
|
|
|
|
list_display = ('full_name', 'actual', 'get_emailstate', 'da_approval', 'leader', 'tage_anzeige', 'get_deparment', 'gender', 'birthday_year', 'get_congregation', 'mobilnumber', 'email')
|
|
|
|
|
list_display = ('full_name', 'actual', 'get_emailstate', 'da_approval', 'tage_anzeige', 'get_deparment', 'gender', 'birthday_year', 'get_congregation', 'mobilnumber', 'email')
|
|
|
|
|
|
|
|
|
|
list_filter = ('gender', 'roles', 'deparment', 'da_approval', 'actual', 'email_sent_at')
|
|
|
|
|
|
|
|
|
|
|