diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 968c66403..77aa775fa 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -9,8 +9,8 @@ {% endif %} -{% set ups=p.upvotes_fuzzed %} -{% set downs=p.downvotes_fuzzed %} +{% set ups=p.upvotes %} +{% set downs=p.downvotes %} {% set score=ups-downs %} {% if v %}