diff --git a/app/views/admin/communication/blocks/templates/posts/_static.html.erb b/app/views/admin/communication/blocks/templates/posts/_static.html.erb
index cf1ad033a4ef79c55eb17ac2f9d977de17536a4d..a11b0813bf683ba63ff3e590a72e6f3bd98ea6ab 100644
--- a/app/views/admin/communication/blocks/templates/posts/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/posts/_static.html.erb
@@ -3,5 +3,5 @@
 <% end %>
       posts:
 <% block.template.selected_posts.each do |post| %>
-        - <%= post.slug %>
+        - <%= post.path %>
 <% end %>