Add the imputations export view
This commit is contained in:
parent
f1fb3073de
commit
6add55ba1d
4 changed files with 58 additions and 10 deletions
|
|
@ -122,7 +122,7 @@ class ContactInline(admin.StackedInline):
|
|||
|
||||
|
||||
class CorporationAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'short_name', 'pcode', 'city')
|
||||
list_display = ('name', 'short_name', 'pcode', 'city', 'ext_id')
|
||||
list_editable = ('short_name',) # Temporarily?
|
||||
list_filter = (('archived', ArchivedListFilter),)
|
||||
search_fields = ('name', 'pcode', 'city')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue