diff --git a/app/templates/utils.html b/app/templates/utils.html index 1205c6b..9932788 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -693,7 +693,7 @@ {{ admin_expand_button(object) }} {% endif %} - {% if object.is_from_inbox %} + {% if object.is_from_inbox and not object.announced_via_outbox_object_ap_id %}
  • {{ admin_force_delete_button(object.ap_id) }}