From 2185d895c0513beb0c3725192093bf84749808bb Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:32:22 -0800 Subject: [PATCH] Prevent user datetimes from floating --- templates/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user.html b/templates/user.html index 657d2d9..dcacc2f 100644 --- a/templates/user.html +++ b/templates/user.html @@ -31,7 +31,7 @@ {{ post.author_flair.0 }} {% endif %} - {{ post.time }} + {{ post.time }}

{% if post.flair.0 == "Comment" %}