Add candidate.examination_teacher

This commit is contained in:
Claude Paroz 2018-02-14 18:30:10 +01:00
parent 7a4e9e18b8
commit b46c377919
3 changed files with 29 additions and 2 deletions

View file

@ -72,7 +72,8 @@ class CandidateAdmin(admin.ModelAdmin):
'marks_certificate', 'residence_permits', 'aes_accords'),
('certif_of_800_childhood', 'certif_of_800_general', 'work_certificate'),
('promise', 'contract', 'activity_rate'),
('interview',),
('inscr_other_school',),
('interview', 'examination_teacher'),
('examination_result', 'interview_result', 'file_result', 'total_result_points',
'total_result_mark'),
('confirmation_date', 'validation_date', 'convocation_date'),