From cc4135160da83229a6586686f5793610f112ee64 Mon Sep 17 00:00:00 2001 From: mc33 Date: Mon, 10 Feb 2025 08:45:48 +0000 Subject: [PATCH] debug studenteval --- studenteval/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studenteval/admin.py b/studenteval/admin.py index c43832d..9452600 100644 --- a/studenteval/admin.py +++ b/studenteval/admin.py @@ -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")