From d0dd291522c64c1d5a1cc8373d7860c61fd62819 Mon Sep 17 00:00:00 2001 From: ffont Date: Tue, 13 Feb 2024 11:03:15 +0100 Subject: [PATCH] Add date joined to user modal --- templates/moderation/modal_annotations.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/moderation/modal_annotations.html b/templates/moderation/modal_annotations.html index 75078f732..9f9c292a9 100644 --- a/templates/moderation/modal_annotations.html +++ b/templates/moderation/modal_annotations.html @@ -13,12 +13,15 @@

{{ user.username }}'s mod annotations

-
+
{% bw_user_avatar user.profile.locations.avatar.M.url user.username 50 %}
{{ user.username }} +
+ Joined {{user.date_joined|timesince}} ago +
{{ user.profile.num_sounds|bw_intcomma }} sound{{ user.profile.num_sounds|pluralize }} · {{ user.profile.num_posts|bw_intcomma }} post{{ user.profile.num_posts|pluralize }} · {{ user.profile.num_comments|bw_intcomma }} comment{{ user.profile.num_comments|pluralize }}