From 6a6b4c46b8570b5a35c55f9c5310493ece7a8ad2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Nov 2022 23:28:51 +0200 Subject: [PATCH] fix typo --- files/templates/submission_listing.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 40440e4e5d..ea2e95d70c 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -80,26 +80,26 @@ {% if not v_forbid_deleted %}
{% if p.club and not (v and (v.paid_dues or v.id == p.author_id)) %} - post thumnail + post thumbnail {% elif not p.url %} - post thumnail + post thumbnail {% elif p.is_image %} - post thumnail + post thumbnail {% elif p.is_video or p.is_audio %} - post thumnail + post thumbnail {% elif p.is_youtube %} - post thumnail + post thumbnail {% else %} - post thumnail + post thumbnail {% endif %}