From 9cb5067966c934d60074dcfdaec797a935fe4abe Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 18 Sep 2022 19:27:16 +0200 Subject: [PATCH] show exact time in user cards --- files/templates/user_listing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index 7d95766416..fe007d05c1 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -27,10 +27,10 @@ {% endif %} - joined {{u.created_date}} +
Joined on
{% if v.admin_level >= 2 -%} - last active {{u.last_active_date}} +
Last active on
{%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] and not hide_bios and u.bio_html %}