X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=gestion_donnees.py;h=2153a55f814cf0cb6660d71ca4842e475b3a5544;hp=25830070a0650b5e01f13db6160311a79dcc35e4;hb=3d7da80ac11bb87ab441fb51f93b738be02de2c3;hpb=857e655d3b2963fed1a7c1a8c56169bf1c0a4809 diff --git a/gestion_donnees.py b/gestion_donnees.py index 2583007..2153a55 100644 --- a/gestion_donnees.py +++ b/gestion_donnees.py @@ -333,6 +333,11 @@ def gere_configuration(data,liste_err): else: configuration["non_sauve"]["calculextratemps_type"] = "" + # Tracer les calculs sur la grille + configuration["non_sauve"]["calculextradata_trace"] = gere_checkbox(data.get("calculextradata_trace")) + configuration["non_sauve"]["calculextratemps_trace"] = gere_checkbox(data.get("calculextratemps_trace")) + + return configuration