From edce3598b0be48d998be955b0f7b4588732178cc Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 9 Dec 2021 09:22:53 -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 c61d14c736..eae1a13625 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 %}