diff --git a/app/scodoc/html_sidebar.py b/app/scodoc/html_sidebar.py index 45497ff2..98acc56c 100644 --- a/app/scodoc/html_sidebar.py +++ b/app/scodoc/html_sidebar.py @@ -101,7 +101,6 @@ def sidebar(etudid: int = None): etudid = request.form.get("etudid", None) if etudid is not None: - etudi = int(etudid) etud = sco_etud.get_etud_info(filled=True, etudid=etudid)[0] params.update(etud) params["fiche_url"] = url_for( diff --git a/app/templates/sidebar.html b/app/templates/sidebar.html index a91b9778..4130ae6e 100644 --- a/app/templates/sidebar.html +++ b/app/templates/sidebar.html @@ -15,7 +15,7 @@