diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 6a043bd4d..dbb271eba 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -311,12 +311,12 @@ {% 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 %} @@ -325,7 +325,7 @@
{% elif p.url and "streamable.com/e/" in p.url %}
- +
{% endif %} {% endif %}