Skip to content
Snippets Groups Projects
Commit 8331d4ff authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

API: recap (/resultats): prénom à afficher (=> améliore lisibilité éditeur partitions)

parent dfca8b07
Branches
No related tags found
No related merge requests found
...@@ -603,7 +603,7 @@ class RowRecap(tb.Row): ...@@ -603,7 +603,7 @@ class RowRecap(tb.Row):
target=url_bulletin, target=url_bulletin,
target_attrs={"class": "etudinfo", "id": str(etud.id)}, 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( self.add_cell(
"nom_short", "nom_short",
"Nom", "Nom",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment