From 5849def6c18cfd44ec66720b0b99856376de4d40 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Oct 2022 11:04:26 +0200 Subject: [PATCH] dont show vote creation times if they're under 1599343262 --- files/templates/votes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index e7363e440..dad1036d9 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -41,7 +41,7 @@ {% endwith %} {{"{:,}".format(vote.user.truecoins)}} - + 1599343262 %}data-time="{{vote.created_utc}}"{% endif %}> {% endfor %} @@ -68,7 +68,7 @@ {% endwith %} {{"{:,}".format(vote.user.truecoins)}} - + 1599343262 %}data-time="{{vote.created_utc}}"{% endif %}> {% endfor %}