.
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ class Long(models.Model):
|
|||||||
# #image_array.append(i.image.url)
|
# #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...)
|
# 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()]
|
#image_array = [i.image.url for i in series.images.all()]
|
||||||
#images.append(url)
|
#images.append(url)
|
||||||
image_titles.append(series.get_examination())
|
image_titles.append(series.get_examination())
|
||||||
|
|||||||
Reference in New Issue
Block a user