diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 859a75082..ed021aead 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -65,30 +65,17 @@
{% if not p.url %} - - - + + + {% elif p.is_image %} -
- Unable to load image - -
- - {% elif "streamable.com/" in p.realurl(v) %} - {% if "streamable.com/e/" in p.realurl(v) %} - {% set streamurl=p.realurl(v) %} - {% else %} - {% set streamurl=p.realurl(v).replace("streamable.com/", "streamable.com/e/") %} - {% endif %} - -
- Unable to load video -
- + + + {% else %} - - - + + + {% endif %}