Skip to content
Snippets Groups Projects
Commit 345920e6 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix: table récap.

parent c571dc6f
No related branches found
No related tags found
No related merge requests found
...@@ -491,9 +491,9 @@ def gen_formsemestre_recapcomplet_html_table( ...@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment