From 28bb043fb8ee74ec21cecdbedf39de94e98e8518 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 24 Nov 2021 21:00:38 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 416 ++++++++++++------------ 1 file changed, 208 insertions(+), 208 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 87a9751a0d..f9c54f4b61 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -1,5 +1,5 @@ {% if v %} -{% include "award_modal.html" %} + {% include "award_modal.html" %} {% endif %} {% for p in listing %} @@ -9,27 +9,27 @@ {% set score=ups-downs %} {% if v %} -{% set voted= p.voted %} + {% set voted= p.voted %} {% else %} -{% set voted=-2 %} + {% set voted=-2 %} {% endif %} {% if request.host == 'pcmemes.net' %} -{% set cc='SPLASH MOUNTAIN' %} + {% set cc='SPLASH MOUNTAIN' %} {% else %} -{% set cc='COUNTRY CLUB' %} + {% set cc='COUNTRY CLUB' %} {% endif %} {% if p.active_flags %} - + {% endif %}
  • @@ -37,55 +37,55 @@
    {% if not postembed %} - {% endif %}
    - +
    {% if p.bannedfor and p.author.banned_by %} - + {% endif %} {% if p.awards %} - {% for a in p.awards %} - - {% endfor %} + {% for a in p.awards %} + + {% endfor %} {% endif %} {% if v and v.admin_level==6 and p.author.shadowbanned %}{% endif %} {% if p.stickied %}{% endif %} @@ -117,35 +117,35 @@ -
    +
    -
    +
    {% if p.club and not (v and v.paid_dues) %} - + {% elif not p.url %} - - - + + + {% elif p.is_image %} - + {% elif (p.url and p.url.lower().endswith('.mp4')) or (p.embed_url and "youtu" in p.domain) or (p.url and "streamable.com/e/" in p.url) %} - + {% else %} - - - + + + {% endif %}
    -
    +