From 63af204dae197271f67888fc7227695de15eea66 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 24 Jul 2021 23:22:12 +0200 Subject: [PATCH] df --- drama/templates/submission_listing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}