From d95e787f4f7d838380ed73e6f7dc3e1ea78e93e1 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 17:32:18 -0600 Subject: [PATCH] fix --- files/templates/user_listing.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index 0c0207d99f..00f0b6b105 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -1,39 +1,41 @@ {% for u in users %}
-
+
@{{u.username}} user banner
-
+
@{{u.username}} {% if v %} {% if v.id!=u.id and not u.is_private and not u.is_nofollow %} -
+
{% if u.id != 995 %} -
+
{% endif %} {% endif %} {% else %} -
+ {% endif %}
{% if not hide_bios and u.bio_html %} -
{{u.bio_html | safe}}
+
+ {{u.bio_html | safe}} +
{% endif %}