diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index 22d7d8525..cc1c99b2e 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -15,7 +15,7 @@ {% if v.id!=u.id and not u.is_private and not u.is_nofollow %}
Follow
-
Unfollow
+ {% if u.id != 995 %}
Unfollow
{% endif %} {% endif %} {% else %}
Follow
diff --git a/files/templates/userpage.html b/files/templates/userpage.html index e297bae8a..5bd38902d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -198,7 +198,7 @@
{% if v and v.id != u.id %} - Unfollow + {% if u.id != 995 %}Unfollow{% endif %} Follow Message @@ -472,7 +472,7 @@ Profile views {% endif %} {% if v and v.id != u.id %} - Unfollow + {% if u.id != 995 %}Unfollow{% endif %} Follow Message