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 @@
-
- -
-