From 2a8bc1c73f3dfd1ce53163cd8ea2a9bd71be3190 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sun, 30 Oct 2022 19:00:04 +0100 Subject: [PATCH] =?UTF-8?q?BUT:=20autorise=20plusieurs=20UE=20vers=20le=20?= =?UTF-8?q?m=C3=AAme=20niveau=20du=20tronc=20commun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/but/apc_edit_ue.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/but/apc_edit_ue.py b/app/but/apc_edit_ue.py index 183bc699a..b7d2e4af1 100644 --- a/app/but/apc_edit_ue.py +++ b/app/but/apc_edit_ue.py @@ -98,14 +98,10 @@ def get_ue_niveaux_options_html(ue: UniteEns) -> str: if niveaux_by_parcours["TC"]: # TC pour Tronc Commun options.append("""""") for n in niveaux_by_parcours["TC"]: - if n.id in niveaux_autres_ues: - disabled = "disabled" - else: - disabled = "" options.append( f"""""" ) options.append("""""")