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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user