mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Ajout de l'option d'envoi automatique [#1]
This commit is contained in:
@ -133,7 +133,6 @@ class FicheInscriptionView(APIView):
|
||||
di.eleve.responsables.add(responsable)
|
||||
di.save()
|
||||
|
||||
ficheInscriptions_List=bdd.getAllObjects(FicheInscription)
|
||||
return JsonResponse(ficheEleve_serializer.data, safe=False)
|
||||
|
||||
return JsonResponse(ficheEleve_serializer.errors, safe=False)
|
||||
|
||||
Reference in New Issue
Block a user