action.show_code
Show code
diff --git a/app/Resources/views/admin/blog/edit.html.twig b/app/Resources/views/admin/blog/edit.html.twig
index a5a58b8f8..53b955fe6 100644
--- a/app/Resources/views/admin/blog/edit.html.twig
+++ b/app/Resources/views/admin/blog/edit.html.twig
@@ -13,6 +13,12 @@
{% endblock %}
{% block sidebar %}
+
+
{{ include('admin/blog/_delete_form.html.twig', { post: post }, with_context = false) }}