diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 37b78c50c..fbbeda540 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -374,20 +374,6 @@ -{% if p.is_image and (not v or v.cardview) %} -
- - Unable to load image - -
-{% endif %} - -{% if p.realbody(v) %} -
- {{p.realbody(v) | safe}} -
-{% endif %} - {% if p.active_flags %}
Reported by: @@ -400,6 +386,20 @@
{% endif %} +{% if p.realbody(v) %} +
+ {{p.realbody(v) | safe}} +
+{% endif %} + +{% if p.is_image and (not v or v.cardview) %} +
+ + Unable to load image + +
+{% endif %} + {% else %} {% if request.path.endswith('/admin/queue') %}