From 1c79da29ff802d3548e736343c09b2e79373b28e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:32:54 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index 4e80995f0..204651ba4 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -25,7 +25,7 @@
{% if thing %} -
+
- test + +
- test + + {{thing.author.created_utc}} ({{thing.author.created_datetime}})
-

Info

-

{{thing.permalink}}

-

Author: @{{thing.author.username}}

-

Author Created At: {{thing.author.created_utc}} ({{thing.author.created_datetime}})

-

Upvotes: {{ups | length}}

-

Downvotes: {{downs | length}}

- Upvotes + Upvotes - {{ups | length}

@@ -100,7 +101,7 @@

- Downvotes + Downvotes - {{downs | length}