mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
refactor: Composant *InscriptionForm*
This commit is contained in:
@ -134,7 +134,7 @@ class FicheInscriptionView(APIView):
|
||||
di.save()
|
||||
|
||||
ficheInscriptions_List=bdd.getAllObjects(FicheInscription)
|
||||
return JsonResponse({'totalInscrits':len(ficheInscriptions_List)}, safe=False)
|
||||
return JsonResponse(ficheEleve_serializer.data, safe=False)
|
||||
|
||||
return JsonResponse(ficheEleve_serializer.errors, safe=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user