diff --git a/files/templates/votes.html b/files/templates/votes.html index 1c0b0c2a9..8c1a25a8a 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -22,7 +22,7 @@

Upvotes: {{ups | length}}

Downvotes: {{downs | length}}

-{% if v.admin_level %} +{% if v.admin_level and (total_ups and patrons_ups) %}

Total Truescore: {{total_ups}}

Total Paypigs: {{patrons_ups}}

{% endif %}