Add CorpContact.nation for nationality

This commit is contained in:
Claude Paroz 2020-06-05 11:53:51 +02:00
parent f2882f29cf
commit 16ca90f6eb
4 changed files with 19 additions and 3 deletions

View file

@ -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',),