forked from ScoDoc/ScoDoc
Tableau recap. formation: pas de coef en APC. Close #490
This commit is contained in:
parent
6082f1dbd9
commit
9ad1e219ca
@ -112,13 +112,14 @@ def formation_table_recap(formation_id, format="html") -> Response:
|
||||
"apo",
|
||||
# "mat", inutile d'afficher la matière
|
||||
"titre",
|
||||
"coef",
|
||||
"ects",
|
||||
"nb_moduleimpls",
|
||||
"heures_cours",
|
||||
"heures_td",
|
||||
"heures_tp",
|
||||
]
|
||||
if not formation.is_apc():
|
||||
columns_ids.insert(columns_ids.index("ects"), "coef")
|
||||
titles = {
|
||||
"ue": "UE",
|
||||
"mat": "Matière",
|
||||
|
Loading…
Reference in New Issue
Block a user