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 @@

Dépt. {{ sco.prefs["DeptName"] }}

Accueil
{% if sco.prefs["DeptIntranetURL"] %} - + {{ sco.prefs["DeptIntranetTitle"] }} {% endif %}
diff --git a/sco_version.py b/sco_version.py index a4bb7216..dca73c8b 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.4.2" +SCOVERSION = "9.4.3" SCONAME = "ScoDoc"