Handle follow request accept activities
This commit is contained in:
parent
4f60d27c12
commit
48d92f1990
2 changed files with 13 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<small>{{ user.username }}</small>
|
||||
</h2>
|
||||
{% if user.summary %}
|
||||
<blockquote>{{ user.summary }}</blockquote>
|
||||
<blockquote>{{ user.summary | safe }}</blockquote>
|
||||
{% endif %}
|
||||
{% if not is_self %}
|
||||
{% if not request.user in user.followers.all %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue