From 3f3b641da1adb9ee78d41684099ec59e4657a381 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 28 Apr 2022 13:48:34 +0100 Subject: [PATCH] . --- rapids/models.py | 2 +- rapids/templates/rapids/exam_scores_user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/models.py b/rapids/models.py index 5ae25092..b8a801b0 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -451,7 +451,7 @@ class Rapid(models.Model): feedback_images.append( "{}/{}".format(settings.REMOTE_URL, i.image.url) ) - feedback_images.append("{}/{}".format(settings.REMOTE_URL, i.image.url)) + #feedback_images.append("{}/{}".format(settings.REMOTE_URL, i.image.url)) else: if based: images.append(image_as_base64(i.image)) diff --git a/rapids/templates/rapids/exam_scores_user.html b/rapids/templates/rapids/exam_scores_user.html index 4535c4f6..75a16ed6 100644 --- a/rapids/templates/rapids/exam_scores_user.html +++ b/rapids/templates/rapids/exam_scores_user.html @@ -66,7 +66,7 @@ } let event = new CustomEvent('loadDicomViewerUrls', { - "detail": { "images": data.images, "annotations": data.annotations } + "detail": { "images": images, "annotations": data.annotations } }); window.dispatchEvent(event);