Add Student.start_educ

This commit is contained in:
Claude Paroz 2023-11-09 13:51:09 +01:00
parent 2d9c36b693
commit 5f1b7229f2
4 changed files with 20 additions and 2 deletions

View file

@ -180,7 +180,7 @@ class StudentAdmin(admin.ModelAdmin):
('last_name', 'first_name', 'ext_id'), ('street', 'pcode', 'city', 'district'),
('email', 'tel', 'mobile'), ('gender', 'avs', 'birth_date'),
('archived', 'dispense_ecg', 'dispense_eps', 'soutien_dys'),
('klass', 'option_ase'),
('klass', 'option_ase', 'start_educ'),
('report_sem1', 'report_sem1_sent'),
('report_sem2', 'report_sem2_sent'),
('corporation', 'instructor', 'instructor2')