Export avail. comments
This commit is contained in:
parent
0d7bd1e23e
commit
cbae05cee2
2 changed files with 4 additions and 1 deletions
|
|
@ -208,13 +208,14 @@ def stages_export(request):
|
|||
('Prénom', 'student__first_name'), ('Nom', 'student__last_name'),
|
||||
('Classe', 'student__klass__name'), ('Filière', 'student__klass__section__name'),
|
||||
('Début', 'availability__period__start_date'), ('Fin', 'availability__period__end_date'),
|
||||
('Remarques', 'comment'),
|
||||
('Remarques stage', 'comment'),
|
||||
('Prénom référent', 'referent__first_name'), ('Nom référent', 'referent__last_name'),
|
||||
('Institution', 'availability__corporation__name'),
|
||||
('Rue Inst.', 'availability__corporation__street'),
|
||||
('NPA Inst.', 'availability__corporation__pcode'),
|
||||
('Ville Inst.', 'availability__corporation__city'),
|
||||
('Domaine', 'availability__domain__name'),
|
||||
('Remarques Inst.', 'availability__comment'),
|
||||
('Civilité contact', 'contact__title'), ('Prénom contact', 'contact__first_name'),
|
||||
('Nom contact', 'contact__last_name'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue