diff --git a/app/views/admin/communication/websites/posts/show.html.erb b/app/views/admin/communication/websites/posts/show.html.erb
index 784067d9300f9191c868ba818a1d8f6cfa83249a..8e07344e2a0f8b41b60ad9e096641272d17e522d 100644
--- a/app/views/admin/communication/websites/posts/show.html.erb
+++ b/app/views/admin/communication/websites/posts/show.html.erb
@@ -51,6 +51,8 @@
   </div>
 <% end %>
 
+<%= render 'admin/application/dependencies', about: @post %>
+
 <% content_for :action_bar_left do %>
   <%= destroy_link @post %>
   <%= duplicate_link @post %>