From 8331d4ff696ce4b6ae4f6da53cdec4fc88f603ba Mon Sep 17 00:00:00 2001
From: Emmanuel Viennet <emmanuel.viennet@gmail.com>
Date: Thu, 31 Oct 2024 10:37:57 +0100
Subject: [PATCH] =?UTF-8?q?API:=20recap=20(/resultats):=20pr=C3=A9nom=20?=
 =?UTF-8?q?=C3=A0=20afficher=20(=3D>=20am=C3=A9liore=20lisibilit=C3=A9=20?=
 =?UTF-8?q?=C3=A9diteur=20partitions)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/tables/recap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/tables/recap.py b/app/tables/recap.py
index 6265e0d8..36598f4a 100644
--- a/app/tables/recap.py
+++ b/app/tables/recap.py
@@ -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",
-- 
GitLab