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 %}