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 - -
+
+ Follow +
{% endif %}