debug studenteval

This commit is contained in:
mc33
2025-02-10 08:45:48 +00:00
parent d9446b6933
commit cc4135160d

View File

@@ -80,7 +80,7 @@ class _cl_Student_eval_admin(SummernoteModelAdmin):
'fields': ('Student','nEval_Type','dtDate','sRef')
}),
("Information propre à l'intervention ou exercice", {
'fields': (,'sInter_Desc', 'nInter_Nature', 'nInter_Priority', 'nInter_Complexity', 'nStudent_Role')
'fields': ('sInter_Desc', 'nInter_Nature', 'nInter_Priority', 'nInter_Complexity', 'nStudent_Role')
}),
("Appréciation de l'étudiant/stagiaire", {
'fields': ("nEval_Mode", "sDesc_neg", 'sDesc_pos', "sDesc_global")