add toastr

This commit is contained in:
Ross
2020-12-06 15:52:39 +00:00
parent 31d8902792
commit 9bcd326802
5 changed files with 54 additions and 24 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ def exam_json(request, pk):
"title": "{}".format(q.description),
"question": str(q.question_type),
"images": [image_as_base64(q.image)],
"annotations": [q.image_annotations],
"annotations": [str(q.image_annotations)],
"type": "anatomy",
}