POC Campus Condorcet : attributs eduPerson{Primary,}Affiliation

This commit is contained in:
Paul Marillonnet 2017-05-16 18:22:39 +02:00
parent 9131af9807
commit e0e1cfdeab
1 changed files with 13 additions and 5 deletions

View File

@ -4,11 +4,19 @@ from .utils import ldap_get_unites, ldap_get_etablissements
AFFILIATION_CHOICES = (
('ALPHA', 'Alpha'),
('BETA', 'Beta'),
('OMEGA', 'Omega'),
('PHI', 'Phi'),
('EPSILON', 'Epsilon'),
('student', _('Student')),
('faculty', _('Faculty')),
('staff', _('Staff')),
('employee', _('Employee')),
('member', _('Member')),
('affiliate', _('Affiliate')),
('alum', _('Alum')),
('library-walk-in', 'Library-walk-in'),
('retired', 'Retired'),
('researcher', 'Researcher'),
('emeritus', 'Emeritus'),
('teacher', 'Teacher'),
('registered-reader', 'Registered-reader'),
)
AFFECTATION_CHOICES = (