Add candidate.examination_teacher
This commit is contained in:
parent
7a4e9e18b8
commit
b46c377919
3 changed files with 29 additions and 2 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue