mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-03-14 08:37:31 +00:00
Typo
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
f95309be08
commit
71e33b2177
@ -621,9 +621,9 @@ class TournamentExportCSVView(VolunteerMixin, DetailView):
|
|||||||
'Prénom': registration.user.first_name,
|
'Prénom': registration.user.first_name,
|
||||||
'Email': registration.user.email,
|
'Email': registration.user.email,
|
||||||
'Genre': registration.get_gender_display() if isinstance(registration, StudentRegistration)
|
'Genre': registration.get_gender_display() if isinstance(registration, StudentRegistration)
|
||||||
else 'Encandrant⋅e',
|
else 'Encadrant⋅e',
|
||||||
'Date de naissance': registration.birth_date if isinstance(registration, StudentRegistration)
|
'Date de naissance': registration.birth_date if isinstance(registration, StudentRegistration)
|
||||||
else 'Encandrant⋅e',
|
else 'Encadrant⋅e',
|
||||||
})
|
})
|
||||||
|
|
||||||
return resp
|
return resp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user