diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 03074f41a6..1bd8bc397d 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -216,12 +216,20 @@ -{% if p.is_image and (not v or v.cardview) %} -
- - Unable to load image - -
+{% if not v or v.cardview %} + {% if p.is_image %} +
+ + Unable to load image + +
+ {% elif p.is_video %} +
+ +
+ {% endif %} {% endif %} {% if p.realbody(v) %}