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("""""")