From b1a22651a0ddf3373ff0b5f45a2ec698711ce372 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 20:40:42 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 4d85655be9..0ca5711224 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -319,13 +319,13 @@ {% if not p.club or v and (v.paid_dues or v.id == p.author_id) %} {% if p.url and p.url.lower().endswith('.mp4') %} -
+
{% elif p.embed_url and "youtu" in p.domain %} -
+
{% if 'lite' in p.embed_url %} {{p.embed_url | safe}} {% else %} @@ -333,7 +333,7 @@ {% endif %}
{% elif p.url and "streamable.com/e/" in p.url %} -
+
{% endif %}