Fix double profile button in the admin
This commit is contained in:
parent
4fcf585c23
commit
8d0b5d1114
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@
|
|||
{% if not metadata.is_following and not with_details %}
|
||||
<li>{{ admin_profile_button(actor.ap_id) }}</li>
|
||||
{% endif %}
|
||||
{% elif actor.is_from_db and not with_details %}
|
||||
{% elif actor.is_from_db and not with_details and not metadata.is_following %}
|
||||
<li>{{ admin_profile_button(actor.ap_id) }}</li>
|
||||
{% endif %}
|
||||
{% if actor.moved_to %}
|
||||
|
|
Loading…
Reference in a new issue