From 227a0ee4e9965548bf3d905aa641ef070c8cf02a Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Tue, 27 Dec 2022 17:01:12 +0100
Subject: [PATCH] fix

---
 app/views/admin/education/programs/static.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb
index 0ae9a9b2e..6ec092b28 100644
--- a/app/views/admin/education/programs/static.html.erb
+++ b/app/views/admin/education/programs/static.html.erb
@@ -10,7 +10,7 @@ administrator_involvements = @about.involvements_through_roles
 title: >
   <%= @about.name %>
 url: <%= @about.path_in_website(@website) %>
-<%= render 'admin/application/static/design', full_width: false, toc_offcanvas: true %>
+<%= render 'admin/application/static/design', full_width: false, toc_offcanvas: true, toc_present: true %>
 <% if @about.downloadable_summary.attached? %>
 downloadable_summary: <%= @about.downloadable_summary.blob_id %>
 <% end %>
-- 
GitLab