From 4c80f031f4f7f1c82422b38f916d33b496c2ae06 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 17:30:17 -0600 Subject: [PATCH] fix --- files/templates/user_listing.html | 32 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index 0a6a29bfab..0c0207d99f 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -13,24 +13,22 @@ @{{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 %} + {% if v.id!=u.id and not u.is_private and not u.is_nofollow %} +
+ +
+ {% if u.id != 995 %} +
+ +
+ {% endif %} + {% endif %} {% else %} - +
+ Follow +
{% endif %}