From b453b5b219f178074d2c0b661c7038bf4aff98ed Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 24 Sep 2021 05:04:54 +0200 Subject: [PATCH] fds --- files/templates/user_listing.html | 2 +- files/templates/userpage.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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