Add CorpContact.nation for nationality
This commit is contained in:
parent
f2882f29cf
commit
16ca90f6eb
4 changed files with 19 additions and 3 deletions
|
|
@ -231,7 +231,7 @@ class CorpContactAdmin(admin.ModelAdmin):
|
|||
search_fields = ('last_name', 'first_name', 'role')
|
||||
fields = (('civility', 'last_name', 'first_name'),
|
||||
('street', 'pcode', 'city'),
|
||||
('birth_date',),
|
||||
('birth_date', 'nation'),
|
||||
('corporation',),
|
||||
('sections', 'is_main', 'always_cc', 'archived'),
|
||||
('role', 'ext_id'), ('tel', 'email'), ('avs',),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue