diff --git a/app/views/admin/communication/blocks/templates/pages/_static.html.erb b/app/views/admin/communication/blocks/templates/pages/_static.html.erb
index 2127039c83970e47c0f10426911dcacdb594580f..fe94510a3901bb46e03d59da7d9977986e3095b9 100644
--- a/app/views/admin/communication/blocks/templates/pages/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/pages/_static.html.erb
@@ -1,5 +1,5 @@
 <% if block.template.page %>
-      page: <%= block.template.page.generated_path %>
+      page: <%= block.template.page.path %>
 <% end %>
       show_main_description: <%= block.template.show_main_description %>
       show_descriptions: <%= block.template.show_description %>
@@ -7,6 +7,6 @@
       layout: <%= block.template.layout %>
       pages:
 <% block.template.selected_pages.each do |element| %>
-        - page: <%= element.generated_path %>
-          slug: <%= element.generated_path %>
+        - page: <%= element.path %>
+          slug: <%= element.path %>
 <% end %>