1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-23 07:16:33 +02:00

Index registrations by first name, last name and email

This commit is contained in:
Yohann D'ANELLO
2020-10-15 17:14:25 +02:00
parent a2fd82ee96
commit 9e097c99d0
5 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{{ object.user.last_name }}
{{ object.user.first_name }}
{{ object.user.email }}
{{ object.type }}
{{ object.role }}

View File

@ -1,4 +1,6 @@
{{ object.user }}
{{ object.user.first_name }}
{{ object.user.last_name }}
{{ object.user.email }}
{{ object.type }}
{{ object.professional_activity }}
{{ object.team.name }}

View File

@ -1,4 +1,6 @@
{{ object.user }}
{{ object.user.first_name }}
{{ object.user.last_name }}
{{ object.user.email }}
{{ object.type }}
{{ object.student_class }}
{{ object.school }}