1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 13:56:37 +02:00

Rapporteure -> Rapportrice

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-03-31 21:45:28 +02:00
parent 9092cf1846
commit d7b4233282
5 changed files with 12 additions and 12 deletions

View File

@ -1431,7 +1431,7 @@ class PoolNotesTemplateView(VolunteerMixin, DetailView):
reporter_tc = TableCell(valuetype="string",
stylename=title_style_right if pool_size != 4 else title_style)
reporter_tc.addElement(P(text="Rapporteur⋅e"))
reporter_tc.addElement(P(text="Rapporteur⋅rice"))
reporter_tc.setAttribute('numbercolumnsspanned', "2")
header_role.addElement(reporter_tc)
header_role.addElement(CoveredTableCell())