Tweak template for the local delete button
This commit is contained in:
parent
d352dc104a
commit
d52528584a
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@
|
|||
{{ admin_expand_button(object) }}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if object.is_from_inbox %}
|
||||
{% if object.is_from_inbox and not object.announced_via_outbox_object_ap_id %}
|
||||
<li>
|
||||
{{ admin_force_delete_button(object.ap_id) }}
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue