From f0c5964a5a17d862b73072bff87c621fb4d9b9e3 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 2 Jan 2025 22:27:29 +0000 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index ec5db7c4..090c1115 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -1379,7 +1379,7 @@ class UncategorisedDicom(models.Model): return self.series def get_dicom_url(self): - return f"{REMOTE_URL}self.image.url" + return f"{REMOTE_URL}{self.image.url}"