From f8be698e0641a835a7d1f971421ef037ed1fb938 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 26 Feb 2021 08:18:44 +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 014e2b6b..4f261c1a 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("{}".format("".join(blocks))) obj = value.first()