.
This commit is contained in:
+1
-1
@@ -1158,7 +1158,7 @@ def question_save_annotation(request, pk):
|
||||
|
||||
image_annotations = json.loads(request.POST.get("annotation"))
|
||||
|
||||
question_images = question.images.all()
|
||||
question_images = question.images.filter(feedback_image=False)
|
||||
|
||||
for n, image in enumerate(question_images):
|
||||
annotation = image_annotations[n]
|
||||
|
||||
Reference in New Issue
Block a user