From b55ad79bf0e70a9c83c40523b38551120eeb7723 Mon Sep 17 00:00:00 2001 From: Rayane Belguebli <rayane.belguebli.etu@univ-lille.fr> Date: Tue, 25 Feb 2025 14:45:43 +0100 Subject: [PATCH] Test ajout lien dans formsemestre_status --- app/scodoc/sco_formsemestre_status.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/scodoc/sco_formsemestre_status.py b/app/scodoc/sco_formsemestre_status.py index eda1d22c..f634d73b 100755 --- a/app/scodoc/sco_formsemestre_status.py +++ b/app/scodoc/sco_formsemestre_status.py @@ -889,12 +889,6 @@ def _make_listes_sem(formsemestre: FormSemestre) -> str: }">Ajouter une partition</a>""" ) - autres_liens.append( - f"""<a class="stdlink" - title="EH.OH""> - {formsemestre.etapes}</a>""" - ) - # --- Formulaire importation Assiduité excel (si autorisé) if current_user.has_permission(Permission.AbsChange) and not disable_abs: autres_liens.append( -- GitLab