-
- Downloads
Sortie thomas (#32)
* Updated student admin filters (#28) * Password reset feature (#8) * Add Django Rest auth module * Try to make the send reset password email work * Modified template mail for reset * Add Django Rest auth module * Try to make the send reset password email work * Modified template mail for reset * test * Added utf-8 support to exported csv and switched delimiter from , to ; in admin interface * Disabled emails while in dev * Added multi selection filter in admin * Fixed mail settings * Added year field to Tutor serializer * Fixed year updated before registration form filled * commit for automatic deploy * Testing CI * Added filtering in admin for registration validation * Added filter to student admin Co-authored-by:chiahetcho <44137047+chiahetcho@users.noreply.github.com> Co-authored-by:
florimondmanca <florimond.manca@gmail.com> Co-authored-by:
Arthur Guédon <arthur.guedon@student-cs.fr> Co-authored-by:
Arthur Guédon <60623551+arthurgdn@users.noreply.github.com> * Ajout filtre sur register * Ajout filtre participation * Ajout de 3 filtres par etablissements * Ajout 3 filtres pour etablissement V2 Co-authored-by:
Seon82 <46298009+Seon82@users.noreply.github.com> Co-authored-by:
chiahetcho <44137047+chiahetcho@users.noreply.github.com> Co-authored-by:
florimondmanca <florimond.manca@gmail.com> Co-authored-by:
Arthur Guédon <arthur.guedon@student-cs.fr> Co-authored-by:
Arthur Guédon <60623551+arthurgdn@users.noreply.github.com> Co-authored-by:
Bidot-Naude Thomas <thomas.bidotnaude@student-cs.fr> Co-authored-by:
Witeden <58004019+Witeden@users.noreply.github.com>
parent
4387bc21
No related branches found
No related tags found
Showing
- oser_backend/settings/common.py 2 additions, 2 deletionsoser_backend/settings/common.py
- projects/MultiSelectFieldListFilter.py 68 additions, 0 deletionsprojects/MultiSelectFieldListFilter.py
- projects/admin.py 26 additions, 4 deletionsprojects/admin.py
- register/MultiSelectFieldListFilter.py 68 additions, 0 deletionsregister/MultiSelectFieldListFilter.py
- register/admin.py 22 additions, 1 deletionregister/admin.py
- visits/admin.py 23 additions, 2 deletionsvisits/admin.py
projects/MultiSelectFieldListFilter.py
0 → 100644
register/MultiSelectFieldListFilter.py
0 → 100644
Please register or sign in to comment