From 857aa8395615ecc332cd00484b4a194bafab2f03 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 24 Nov 2021 21:12:14 -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 962f72e90f..589348f306 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -223,11 +223,11 @@ {% include "/modals/ModalSubmissionListingActions.html" %} {% 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 - -
+
+ + Post preview + +
{% endif %}