From f9e4a90c182a09e159ee1d054fef004d655bf77e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 2 Sep 2021 20:05:11 +0200 Subject: [PATCH] gf --- files/templates/submission.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index de44a226e..5290a26de 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -231,10 +231,9 @@
- {% if p.thumb_url and not p.embed_url %} + {% if not p.is_image and p.thumb_url and not p.embed_url %}
- Unable to load image - +
{% endif %} @@ -313,6 +312,14 @@ {% endif %}
+ {% if p.is_image %} + +

+							{% endif %}
 							{{p.realbody(v) | safe}}
 						
@@ -488,15 +495,6 @@
- -