This commit is contained in:
Emmanuel Viennet 2021-11-06 17:24:11 +01:00
parent afb94cb011
commit 50115337b1
2 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,6 @@ def _make_listes_sem(sem, with_absences=True):
url_for("scolar.groups_view",
curtab="tab-photos",
group_ids=group["group_id"],
etat="I",
scodoc_dept=g.scodoc_dept,
)
}">Photos</a>

View File

@ -169,6 +169,7 @@ def trombino_html(groups_infos):
+ sco_etud.format_prenom(t["prenom"])
+ '</span><span class="trombi_nom">'
+ sco_etud.format_nom(t["nom"])
+ (" <i>(dem.)</i>" if t["etat"] == "D" else "")
)
H.append("</span></span></span>")
i += 1