From ab960ea4f940f233e890f695deabae4ad79eff78 Mon Sep 17 00:00:00 2001 From: jupiter Date: Wed, 29 Mar 2023 21:31:44 +1100 Subject: [PATCH] introduce hacky fix to score time on user profiles bpy should probably migrate to using utc unix timestamps to make this a lot easier, instead of just using the server's current time as a reference --- templates/profile.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/profile.html b/templates/profile.html index 23c5d5e3..09a22b2d 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -28,7 +28,8 @@
@@ -353,6 +354,7 @@

{% block bottom %} + {% if user['customisation']['banner'] == True or user['customisation']['background'] == True %}