diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index d838ff855a..8d64013cd2 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -219,14 +219,6 @@ -{% if p.is_image and (not v or v.cardview) %} -
- - Unable to load image - -
-{% endif %} - {% if p.realbody(v) %}
{{p.realbody(v) | safe}} @@ -388,6 +380,14 @@
+{% if p.is_image and (not v or v.cardview) %} +
+ + Unable to load image + +
+{% endif %} + {% if p.active_flags %}
Reported by: