forked from ScoDoc/DocScoDoc
fix #175
This commit is contained in:
parent
afb94cb011
commit
50115337b1
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user