diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index a0c4e8a29a..1f7a4fca36 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -244,22 +244,22 @@
{% if p.club and not (v and v.paid_dues) %} - + {% elif not p.url %} - + {% elif p.is_image %} {% elif (p.url and p.url.lower().endswith('.mp4')) or (p.embed_url and "youtu" in p.domain) or (p.url and "streamable.com/e/" in p.url) %} {% else %} - + {% endif %}