Fix: table récap.

This commit is contained in:
Emmanuel Viennet 2024-11-14 09:35:55 +01:00
parent c571dc6f05
commit 345920e6c5

View File

@ -491,9 +491,9 @@ def gen_formsemestre_recapcomplet_html_table(
if table_html_cached is None: if table_html_cached is None:
table = _gen_formsemestre_recapcomplet_table( table = _gen_formsemestre_recapcomplet_table(
res, res,
include_evaluations, include_evaluations=include_evaluations,
mode_jury, mode_jury=mode_jury,
filename, filename=filename,
selected_etudid=selected_etudid, selected_etudid=selected_etudid,
) )
table_html = table.html() table_html = table.html()