From a4d091fa2db83bdb5197512879a39f32e7e060c3 Mon Sep 17 00:00:00 2001 From: Jean-Marie Place Date: Thu, 23 Sep 2021 14:36:47 +0200 Subject: [PATCH] =?UTF-8?q?retrait=20du=20cast=20int(retreive=5Fformsemest?= =?UTF-8?q?re=5Ffrom=5Frequest(...))=20r=C3=A9alis=C3=A9e=20par=20la=20fon?= =?UTF-8?q?ction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scodoc/sco_page_etud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scodoc/sco_page_etud.py b/app/scodoc/sco_page_etud.py index 6a59538c..bf948123 100644 --- a/app/scodoc/sco_page_etud.py +++ b/app/scodoc/sco_page_etud.py @@ -537,7 +537,7 @@ def etud_info_html(etudid, with_photo="1", REQUEST=None, debug=False): """An HTML div with basic information and links about this etud. Used for popups information windows. """ - formsemestre_id = int(sco_formsemestre_status.retreive_formsemestre_from_request()) + formsemestre_id = sco_formsemestre_status.retreive_formsemestre_from_request() with_photo = int(with_photo) etud = sco_etud.get_etud_info(filled=True)[0] photo_html = sco_photos.etud_photo_html(