Only show pending follow requests from active users
This commit is contained in:
parent
056f9c45a4
commit
f3bc7d759f
2 changed files with 6 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
{% include 'ostatus/remote_follow_button.html' with user=user %}
|
||||
{% endif %}
|
||||
|
||||
{% if is_self and user.follower_requests.all %}
|
||||
{% if is_self and user.active_follower_requests.all %}
|
||||
<div class="follow-requests">
|
||||
<h2>{% trans "Follow Requests" %}</h2>
|
||||
{% for requester in user.follower_requests.all %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue