Tweak template for the local delete button

test-fix-theme
Thomas Sileo 2022-11-13 18:32:38 +01:00
rodzic d352dc104a
commit d52528584a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>