mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
Fixes bug in follow from user page
This commit is contained in:
parent
76d2e20742
commit
d2e51f05e8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<div>
|
||||
<a href="{{ follower.actor }}">{{ follower.username }}</a>
|
||||
{% if not request.user in follower.followers.all %}
|
||||
{% include 'snippets/follow_button.html' with user=user %}
|
||||
{% include 'snippets/follow_button.html' with user=follower %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue