From 281b1f3c7acb95254da0b1e721df647b941a5109 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 7 Oct 2021 23:11:30 +0200 Subject: [PATCH] sneed --- files/templates/submission_listing.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 0b8878713..6d6babd44 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -436,7 +436,7 @@ {% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and environ.get('CARD_VIEW') == '1')) %}
- Unable to load image + Unable to load image
{% endif %} @@ -444,16 +444,16 @@ {% if p.url and p.url.lower().endswith('.mp4') %}
{% elif p.embed_url and "youtu" in p.domain %}
- +
{% elif p.url and "streamable.com/e/" in p.url %}
- +
{% endif %} {% endif %}