From 30f3ec99e4f140bcd07e9a49739ccaec54371da4 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Feb 2021 14:34:30 +0000 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index 59a26178..f9114214 100644 --- a/longs/models.py +++ b/longs/models.py @@ -226,7 +226,7 @@ class LongSeries(models.Model): except InvalidImageFormatError: return format_html('Invalid image url', image_object) thumbnail = thumbnailer["exam-list"] - return ''.format(thumbnail), len(images) + return format_html('', thumbnail), len(images) def get_block(self): examination = self.get_examination()