From 3ef80052e0413e71da7e007ff11480291a4ec603 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 9 Dec 2021 09:23:49 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}