mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 09:18:23 +02:00
@ -621,9 +621,9 @@ class TournamentExportCSVView(VolunteerMixin, DetailView):
|
||||
'Prénom': registration.user.first_name,
|
||||
'Email': registration.user.email,
|
||||
'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)
|
||||
else 'Encandrant⋅e',
|
||||
else 'Encadrant⋅e',
|
||||
})
|
||||
|
||||
return resp
|
||||
|
Reference in New Issue
Block a user