From 7d61b0f0169fed2283a9a4ddba7a83442411b783 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 18 Apr 2021 12:05:16 +0100 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index 244a12e7..dc301f34 100644 --- a/longs/models.py +++ b/longs/models.py @@ -186,7 +186,7 @@ class Long(models.Model): # #image_array.append(i.image.url) # We are still limited by the size of a series (although this should not be too big or computers will crash...) - images.append([i.image for i in series.images.all()]) + images.append([i.image.url for i in series.images.all()]) #image_array = [i.image.url for i in series.images.all()] #images.append(url) image_titles.append(series.get_examination())