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 %}