.
This commit is contained in:
+2
-2
@@ -1128,5 +1128,5 @@ def user_answer_delete_multiple(request):
|
||||
# We could probably delete them all at once....
|
||||
for id in answer_ids:
|
||||
CidUserAnswer.objects.get(pk=id).delete()
|
||||
return JsonResponse({"data": "success"})
|
||||
return JsonResponse({"data": "error"})
|
||||
return JsonResponse({"status": "success"})
|
||||
return JsonResponse({"status": "error"})
|
||||
|
||||
Reference in New Issue
Block a user