diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8f5cdb8d4..87a9751a0 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 %}