diff --git a/app/but/jury_export.py b/app/but/jury_export.py index a403151cb..138394ac6 100644 --- a/app/but/jury_export.py +++ b/app/but/jury_export.py @@ -23,7 +23,6 @@ def feuille_preparation_jury_but(formsemestre_id: int): departement: Departement = Departement.query.filter_by( id=formsemestre.dept_id ).first_or_404() - breakpoint() return render_template( "but/jury_export.j2", datetime=datetime, diff --git a/app/templates/but/jury_export.j2 b/app/templates/but/jury_export.j2 index 78a960c18..6f7fa5f72 100644 --- a/app/templates/but/jury_export.j2 +++ b/app/templates/but/jury_export.j2 @@ -24,13 +24,26 @@