From 06c37c3239b9b6bb493b32581ae67e548249b1f0 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 26 Feb 2021 08:17:27 +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 a6e40c58..64bbc094 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()