add remote follow button

This commit is contained in:
Hugh Rundle
2021-11-28 20:09:29 +11:00
parent 2e428e6ea1
commit 6e7d23c1ae
5 changed files with 51 additions and 18 deletions

View File

@ -39,6 +39,9 @@
{% if not is_self and request.user.is_authenticated %}
{% include 'snippets/follow_button.html' with user=user %}
{% endif %}
{% if not is_self %}
{% include 'ostatus/remote_follow_button.html' with user=user %}
{% endif %}
{% if is_self and user.follower_requests.all %}
<div class="follow-requests">