Added Supervision attest. field
This commit is contained in:
parent
5fc33f9b44
commit
067a68a549
3 changed files with 19 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class StudentAdmin(admin.ModelAdmin):
|
|||
("Examen Qualification EDE", {
|
||||
'classes': ('collapse',),
|
||||
'fields': (
|
||||
('supervisor', ),
|
||||
('supervisor', 'supervision_attest_received'),
|
||||
('subject', 'title'),
|
||||
('training_referent', 'referent', 'mentor'),
|
||||
('internal_expert', 'expert'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue