Tableau recap. formation: pas de coef en APC. Close #490

This commit is contained in:
Emmanuel Viennet 2022-09-06 15:21:32 +02:00
parent 6082f1dbd9
commit 9ad1e219ca

View File

@ -112,13 +112,14 @@ def formation_table_recap(formation_id, format="html") -> Response:
"apo", "apo",
# "mat", inutile d'afficher la matière # "mat", inutile d'afficher la matière
"titre", "titre",
"coef",
"ects", "ects",
"nb_moduleimpls", "nb_moduleimpls",
"heures_cours", "heures_cours",
"heures_td", "heures_td",
"heures_tp", "heures_tp",
] ]
if not formation.is_apc():
columns_ids.insert(columns_ids.index("ects"), "coef")
titles = { titles = {
"ue": "UE", "ue": "UE",
"mat": "Matière", "mat": "Matière",