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