Add Student.start_educ
This commit is contained in:
parent
2d9c36b693
commit
5f1b7229f2
4 changed files with 20 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue