From d52528584ae48e2c80b0d69c0d6d7af99f4c255d Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 13 Nov 2022 18:32:38 +0100 Subject: [PATCH] Tweak template for the local delete button --- app/templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}