From 6818359e1a6e2349fb9d5fe8f174897fc605c82b Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 28 Jul 2022 20:36:01 +0530 Subject: [PATCH] Remove unwanted code --- publichealth/home/models/image_formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publichealth/home/models/image_formats.py b/publichealth/home/models/image_formats.py index a625261..ebf4968 100644 --- a/publichealth/home/models/image_formats.py +++ b/publichealth/home/models/image_formats.py @@ -9,7 +9,7 @@ class OriginalImageFormat(Format): default_html = super().image_to_html(image, alt_text, extra_attributes) - return format_html("{}
{}
", default_html, alt_text) + return format_html("{}", default_html, alt_text) register_image_format(