Fix admin buttons in templates
This commit is contained in:
parent
fe9e4eebf4
commit
7469188aaf
1 changed files with 26 additions and 24 deletions
|
@ -458,6 +458,7 @@
|
|||
{{ admin_reply_button(object.ap_id) }}
|
||||
</li>
|
||||
|
||||
{% if object.is_from_inbox %}
|
||||
<li>
|
||||
{% if object.liked_via_outbox_object_ap_id %}
|
||||
{{ admin_undo_button(object.liked_via_outbox_object_ap_id, "unlike", object.permalink_id) }}
|
||||
|
@ -485,6 +486,7 @@
|
|||
<li>
|
||||
{{ admin_profile_button(object.actor.ap_id) }}
|
||||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
{{ admin_expand_button(object.ap_id) }}
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue