Ajout explication sur colonne RCUE jury BUT

This commit is contained in:
Emmanuel Viennet 2024-02-04 00:22:49 +01:00
parent 9e13b51669
commit 0645db8ab0
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def show_etud(deca: DecisionsProposeesAnnee, read_only: bool = True) -> str:
<span class="avertissement_redoublement">{formsemestre_2.annee_scolaire_str()
if formsemestre_2 else ""}</span>
</div>
<div class="titre">RCUE</div>
<div class="titre" title="Décisions sur RCUEs enregistrées sur l'ensemble du cursus">RCUE</div>
"""
)
for dec_rcue in deca.get_decisions_rcues_annee():