forked from ScoDoc/ScoDoc
API: recap (/resultats): prénom à afficher (=> améliore lisibilité éditeur partitions)
This commit is contained in:
parent
dfca8b07be
commit
8331d4ff69
@ -603,7 +603,7 @@ class RowRecap(tb.Row):
|
||||
target=url_bulletin,
|
||||
target_attrs={"class": "etudinfo", "id": str(etud.id)},
|
||||
)
|
||||
self.add_cell("prenom", "Prénom", etud.prenom, "identite_detail")
|
||||
self.add_cell("prenom", "Prénom", etud.prenom_str, "identite_detail")
|
||||
self.add_cell(
|
||||
"nom_short",
|
||||
"Nom",
|
||||
|
Loading…
Reference in New Issue
Block a user