From 5778ced67ba69e77186282386ea796f610335b47 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 Oct 2021 17:38:10 +0100 Subject: [PATCH] . --- anatomy/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),