diff --git a/anatomy/models.py b/anatomy/models.py index b6f51083..f8e9af02 100644 --- a/anatomy/models.py +++ b/anatomy/models.py @@ -368,7 +368,7 @@ class Exam(ExamBase): if based: image = image_as_base64(q.image) else: - image = q.iamge.url + image = q.image.url exam_questions[q.id] = { "title": q.get_title(),