diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index c44851f54..d8d7c0a13 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -223,23 +223,23 @@ {% endif %} {% if p.is_image and not p.over_18 and ((v and v.cardview)) %} -
+
Unable to load image
{% elif p.is_video %} -
+

{% elif p.is_audio %} -
+
{% elif p.is_youtube %} -
+
{{p.embed | safe}}
{% endif %}