Add sirh_code to user forms

This commit is contained in:
Benjamin Dauvergne 2015-09-24 11:17:06 +02:00
parent 4f5d9beb96
commit ad48c52cb4
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class UserEditForm(UserMixin, CertificateMixin, UserEditForm):
'is_admin',
'direction',
'employee_type',
'sirh_code',
'postal_address',
'fax',
'mobile',
@ -116,6 +117,7 @@ class UserAddForm(UserMixin, CertificateMixin, UserAddForm):
'is_admin',
'direction',
'employee_type',
'sirh_code',
'postal_address',
'fax',
'mobile',