diff --git a/app/views/admin/education/diplomas/static.html.erb b/app/views/admin/education/diplomas/static.html.erb
index 75b42d0fb92aed18ecb0a2aff1647a281231b229..569e6db89a05bbc7aa0d471970369d130fefa946 100644
--- a/app/views/admin/education/diplomas/static.html.erb
+++ b/app/views/admin/education/diplomas/static.html.erb
@@ -4,7 +4,7 @@ title: >
 <%= render 'admin/application/static/permalink' %>
 <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
 programs:
-<%= render 'programs', programs: @programs, depth: 2 %>
+<%= render 'admin/education/diplomas/programs', programs: @programs, depth: 2 %>
 short_name: >
   <%= prepare_text_for_static @about.short_name %>
 <%= render 'admin/application/summary/static' %>