From 588133fda6274681b6dac709b114f6813d65f784 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:49:02 +1300 Subject: [PATCH] remove bio from subscribers table #131 the bio could potentially be quite long, making the table look bad --- app/templates/community/community_moderate_subscribers.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/templates/community/community_moderate_subscribers.html b/app/templates/community/community_moderate_subscribers.html index cb7de638..64250c77 100644 --- a/app/templates/community/community_moderate_subscribers.html +++ b/app/templates/community/community_moderate_subscribers.html @@ -32,7 +32,6 @@ Name Local/Remote - About Last Seen IP Actions @@ -43,7 +42,6 @@ {{ render_username(user) }} {% if user.is_local() %} Local {% else %} {{ user.ap_domain }}{% endif %} - {{ user.about_html | safe if user.about_html }} {{ moment(user.last_seen).fromNow() }} {{ user.ip_address if user.ip_address }}