This commit is contained in:
Ross
2021-02-15 10:13:23 +00:00
parent ea8d231f04
commit d4c7271b66
+1 -1
View File
@@ -15,7 +15,7 @@ class LongImageColumn(tables.Column):
blocks =[]
for obj in value.all():
blocks.append(obj.get_block())
return "".join(blocks)
return format_html("".join(blocks))
obj = value.first()