1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 07:18:25 +02:00

Birth date is only for participants

This commit is contained in:
Emmy D'Anello
2023-01-10 20:31:43 +01:00
parent 63a10c1be5
commit 0f176ea4c6
9 changed files with 252 additions and 109 deletions

View File

@ -3,8 +3,9 @@
{{ object.user.email }}
{{ object.type }}
{{ object.professional_activity }}
{{ object.birth_date }}
{{ object.address }}
{{ object.zip_code }}
{{ object.city }}
{{ object.phone_number }}
{{ object.team.name }}
{{ object.team.trigram }}

View File

@ -6,6 +6,8 @@
{{ object.school }}
{{ object.birth_date }}
{{ object.address }}
{{ object.zip_code }}
{{ object.city }}
{{ object.phone_number }}
{{ object.responsible_name }}
{{ object.reponsible_phone }}