From e9ac1638bdc9d575ffc20cd3bb7ba949f453a7e9 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 26 Feb 2021 08:17:54 +0000 Subject: [PATCH] . --- longs/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/tables.py b/longs/tables.py index 64bbc094..014e2b6b 100755 --- a/longs/tables.py +++ b/longs/tables.py @@ -15,7 +15,7 @@ class LongImageColumn(tables.Column): blocks =[] for obj in value.all(): blocks.append(obj.get_block()) - return format_html("{}", ".join(blocks)) + return format_html("{}", "".join(blocks)) obj = value.first()